File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,8 @@ macro(find_boost)
30
30
elseif (NOT BOOST_INCLUDEDIR )
31
31
set (BOOST_INCLUDEDIR "@Boost_INCLUDE_DIR@" )
32
32
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 )
40
35
41
36
find_package (Boost 1.65.0 ${QUIET_} COMPONENTS @PCLCONFIG_AVAILABLE_BOOST_MODULES@ )
42
37
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()
13
13
endif ()
14
14
endif ()
15
15
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 )
21
17
22
18
if (CMAKE_CXX_STANDARD MATCHES "14" )
23
19
# Optional boost modules
You can’t perform that action at this time.
0 commit comments