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 (解决方法):

制作一个链接即可
sudo ln -s /usr/local/include/boost /usr/include/boost

你可能感兴趣的:(boost,ubuntu)