[How to Fix]Unable to find the requested Boost libraries

CMake Error at /usr/local/share/cmake-3.14/Modules/FindBoost.cmake:2147 (message):
Unable to find the requested Boost libraries.
Boost version: 0.0.0
Boost include path: /usr/include
Detected version of Boost is too old.  Requested version was 1.58 (or
newer).
Call Stack (most recent call first):
CMakeLists.txt:33 (find_package)
Solution:
Just make a link
sudo ln -s /usr/local/include/boost /usr/include/boost

Read More: