1. 程式人生 > >PCL1.8.1中依賴Boost1.65.0時CMake錯誤

PCL1.8.1中依賴Boost1.65.0時CMake錯誤

CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.8/Modules/FindBoost.cmake:1813 (message): Unable to find the requested Boost libraries.

在FindBoost.cmake發現cmake-3.8版本不支援Boost1.65.0,而cmake-3.10版本可以支援Boost1.65.0

  elseif(NOT Boost_VERSION VERSION_LESS 106300 AND Boost_VERSION VERSION_LESS 106500)     set(_Boost_CHRONO_DEPENDENCIES system)     set(_Boost_CONTEXT_DEPENDENCIES thread chrono system date_time)     set(_Boost_COROUTINE_DEPENDENCIES context system)     set(_Boost_COROUTINE2_DEPENDENCIES context fiber thread chrono system date_time)     set(_Boost_FIBER_DEPENDENCIES context thread chrono system date_time)     set(_Boost_FILESYSTEM_DEPENDENCIES system)     set(_Boost_IOSTREAMS_DEPENDENCIES regex)     set(_Boost_LOG_DEPENDENCIES date_time log_setup system filesystem thread regex chrono atomic)     set(_Boost_MATH_DEPENDENCIES math_c99 math_c99f math_c99l math_tr1 math_tr1f math_tr1l atomic)     set(_Boost_MPI_DEPENDENCIES serialization)     set(_Boost_MPI_PYTHON_DEPENDENCIES python mpi serialization)     set(_Boost_RANDOM_DEPENDENCIES system)     set(_Boost_THREAD_DEPENDENCIES chrono system date_time atomic)     set(_Boost_WAVE_DEPENDENCIES filesystem system serialization thread chrono date_time atomic)     set(_Boost_WSERIALIZATION_DEPENDENCIES serialization)   else()     message(WARNING "Imported targets not available for Boost version ${Boost_VERSION}")     set(_Boost_IMPORTED_TARGETS FALSE)   endif()