Skip to content

Commit

Permalink
Remove unused cmake boost variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cybaol authored and mvieth committed Feb 4, 2024
1 parent 047a24f commit 3e699e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions cmake/pcl_find_boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ endif()
find_package(Boost 1.65.0 QUIET COMPONENTS ${BOOST_OPTIONAL_MODULES})
find_package(Boost 1.65.0 REQUIRED COMPONENTS ${BOOST_REQUIRED_MODULES})

if(Boost_SERIALIZATION_FOUND)
set(BOOST_SERIALIZATION_FOUND TRUE)
endif()

if(Boost_FOUND)
set(BOOST_FOUND TRUE)
endif()
3 changes: 0 additions & 3 deletions cmake/pcl_pclconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ endif()
if(Boost_SERIALIZATION_FOUND)
string(APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " serialization")
endif()
if(Boost_CHRONO_FOUND)
string(APPEND PCLCONFIG_AVAILABLE_BOOST_MODULES " chrono")
endif()

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

0 comments on commit 3e699e0

Please sign in to comment.