Skip to content

Commit 3e699e0

Browse files
cybaolmvieth
authored andcommitted
Remove unused cmake boost variables
1 parent 047a24f commit 3e699e0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

cmake/pcl_find_boost.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ endif()
3434
find_package(Boost 1.65.0 QUIET COMPONENTS ${BOOST_OPTIONAL_MODULES})
3535
find_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-
4137
if(Boost_FOUND)
4238
set(BOOST_FOUND TRUE)
4339
endif()

cmake/pcl_pclconfig.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ endif()
9292
if(Boost_SERIALIZATION_FOUND)
9393
string(APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " serialization")
9494
endif()
95-
if(Boost_CHRONO_FOUND)
96-
string(APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " chrono")
97-
endif()
9895

9996
configure_file("${PCL_SOURCE_DIR}/PCLConfig.cmake.in"
10097
"${PCL_BINARY_DIR}/PCLConfig.cmake" @ONLY)

0 commit comments

Comments
 (0)