Home > Back-end >  On point cloud library environment configuration cmake3.18 compile pcl1.11 source there Could NOT fi
On point cloud library environment configuration cmake3.18 compile pcl1.11 source there Could NOT fi

Time:09-18

Pcl1.11 through vs2019 configuration process, the full use cmake to compile the source code, such as flann, eigen, VTK, in the final in the process of pcl1.11 source code to compile errors,

[color=# 993300] CMake Error at D:/Program Files/CMake - 3.18.2 - win64 - x64/share/CMake - 3.18/Modules/FindPackageHandleStandardArgs. CMake: 165 (the message) :
Could NOT find the Boost (missing: filesystem date_time iostreams system)
(found suitable version "1.74.0," minimum required is "1.55.0")
The Call Stack (the most recent Call first) :
D:/Program Files/cmake - 3.18.2 - win64 - x64/share/cmake - 3.18/Modules/FindPackageHandleStandardArgs. Cmake: 458 (_FPHSA_FAILURE_MESSAGE)
D:/Program Files/cmake - 3.18.2 - win64 - x64/share/cmake - 3.18/Modules/FindBoost. Cmake: 2177 (find_package_handle_standard_args)
Cmake/pcl_find_boost. Cmake: 33 (find_package)
CMakeLists. TXT: 462 (include)


Is there a bosses know what reason?
Compile the first time when can't find the eigen library, through the after setting the position of eigen EIGEN_INCLUDE_DIR, there is no error,
But in the same way to configure boost library, found that there are such problems,
  • Related