File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,8 @@ macro(find_boost)
3030 elseif (NOT BOOST_INCLUDEDIR)
3131 set (BOOST_INCLUDEDIR "@Boost_INCLUDE_DIR@" )
3232 endif ()
33-
34- set (Boost_ADDITIONAL_VERSIONS
35- "@Boost_MAJOR_VERSION@.@Boost_MINOR_VERSION@.@Boost_SUBMINOR_VERSION@" "@Boost_MAJOR_VERSION@.@Boost_MINOR_VERSION@"
36- "1.84.0" "1.84" "1.83.0" "1.83" "1.82.0" "1.82" "1.81.0" "1.81" "1.80.0" "1.80"
37- "1.79.0" "1.79" "1.78.0" "1.78" "1.77.0" "1.77" "1.76.0" "1.76" "1.75.0" "1.75"
38- "1.74.0" "1.74" "1.73.0" "1.73" "1.72.0" "1.72" "1.71.0" "1.71" "1.70.0" "1.70"
39- "1.69.0" "1.69" "1.68.0" "1.68" "1.67.0" "1.67" "1.66.0" "1.66" "1.65.1" "1.65.0" "1.65" )
33+
34+ include (${CMAKE_CURRENT_LIST_DIR } /Modules/AdditionalBoostVersions.cmake )
4035
4136 find_package (Boost 1.65.0 ${QUIET_} COMPONENTS @PCLCONFIG_AVAILABLE_BOOST_MODULES@ )
4237
Original file line number Diff line number Diff line change 1+
2+ set (Boost_ADDITIONAL_VERSIONS
3+ "1.84.0" "1.84" "1.83.0" "1.83" "1.82.0" "1.82" "1.81.0" "1.81" "1.80.0" "1.80"
4+ "1.79.0" "1.79" "1.78.0" "1.78" "1.77.0" "1.77" "1.76.0" "1.76" "1.75.0" "1.75"
5+ "1.74.0" "1.74" "1.73.0" "1.73" "1.72.0" "1.72" "1.71.0" "1.71" "1.70.0" "1.70"
6+ "1.69.0" "1.69" "1.68.0" "1.68" "1.67.0" "1.67" "1.66.0" "1.66" "1.65.1" "1.65.0" "1.65" )
Original file line number Diff line number Diff line change @@ -13,11 +13,7 @@ else()
1313 endif ()
1414endif ()
1515
16- set (Boost_ADDITIONAL_VERSIONS
17- "1.84.0" "1.84" "1.83.0" "1.83" "1.82.0" "1.82" "1.81.0" "1.81" "1.80.0" "1.80"
18- "1.79.0" "1.79" "1.78.0" "1.78" "1.77.0" "1.77" "1.76.0" "1.76" "1.75.0" "1.75"
19- "1.74.0" "1.74" "1.73.0" "1.73" "1.72.0" "1.72" "1.71.0" "1.71" "1.70.0" "1.70"
20- "1.69.0" "1.69" "1.68.0" "1.68" "1.67.0" "1.67" "1.66.0" "1.66" "1.65.1" "1.65.0" "1.65" )
16+ include (${CMAKE_CURRENT_LIST_DIR } /Modules/AdditionalBoostVersions.cmake )
2117
2218if (CMAKE_CXX_STANDARD MATCHES "14" )
2319 # Optional boost modules
You can’t perform that action at this time.
0 commit comments