aboutsummaryrefslogtreecommitdiff
path: root/modules/FindBoost.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindBoost.cmake')
-rw-r--r--modules/FindBoost.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindBoost.cmake b/modules/FindBoost.cmake
index 7f3aff9e..171409c6 100644
--- a/modules/FindBoost.cmake
+++ b/modules/FindBoost.cmake
@@ -12,7 +12,7 @@
# when new boost versions are released.
#
# Currently this module searches for the following version numbers:
-# 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, 1.35.1, 1.36.0, 1.36.1
+# 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, 1.35.1, 1.36, 1.36.0, 1.36.1
#
# The components list needs to be the actual names of boost libraries, that is
# the part of the actual library files that differ on different libraries. So
@@ -93,7 +93,7 @@
OPTION(Boost_USE_MULTITHREADED "Use the multithreaded versions of the boost libraries" ON)
-SET( _boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS} "1.36.1" "1.36.0" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0" "1.34" "1.33.1" "1.33.0" "1.33" )
+SET( _boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS} "1.36.1" "1.36.0" "1.36" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0" "1.34" "1.33.1" "1.33.0" "1.33" )
############################################