File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ endif()
3434find_package (Boost 1.65.0 QUIET COMPONENTS ${BOOST_OPTIONAL_MODULES} )
3535find_package (Boost 1.65.0 REQUIRED COMPONENTS ${BOOST_REQUIRED_MODULES} )
3636
37- if (Boost_SERIALIZATION_FOUND)
38- set (BOOST_SERIALIZATION_FOUND TRUE )
39- endif ()
40-
4137if (Boost_FOUND)
4238 set (BOOST_FOUND TRUE )
4339endif ()
Original file line number Diff line number Diff line change @@ -92,9 +92,6 @@ endif()
9292if (Boost_SERIALIZATION_FOUND)
9393 string (APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " serialization" )
9494endif ()
95- if (Boost_CHRONO_FOUND)
96- string (APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " chrono" )
97- endif ()
9895
9996configure_file ("${PCL_SOURCE_DIR} /PCLConfig.cmake.in"
10097 "${PCL_BINARY_DIR} /PCLConfig.cmake" @ONLY)
You can’t perform that action at this time.
0 commit comments