From 9e19ed9e90b630172a48393ee19cf6576fceb90b Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sat, 22 Nov 2008 17:08:56 +0000 Subject: [PATCH] make sure more recent versions of boost are found, too --- cmake/FindBoost.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake/FindBoost.cmake b/cmake/FindBoost.cmake index 208baa36ee3..331b0634463 100644 --- a/cmake/FindBoost.cmake +++ b/cmake/FindBoost.cmake @@ -23,7 +23,8 @@ # Boost_ADDITIONAL_VERSIONS A list of version numbers to use for searching # the boost include directory. The default list # of version numbers is: -# 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0 +# 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, +# 1.36.0, 1.37.0 # If you want to look for an older or newer # version set this variable to a list of # strings, where each string contains a number, i.e. @@ -78,7 +79,7 @@ # MESSAGE(STATUS "Finding Boost libraries.... ") -SET( _boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS} "1.33" "1.33.0" "1.33.1" "1.34" "1.34.0" "1.34.1" "1.35" "1.35.0") +SET( _boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS} "1.33" "1.33.0" "1.33.1" "1.34" "1.34.0" "1.34.1" "1.35" "1.35.0" "1.36" "1.36.0" "1.37" "1.37.0") ############################################ #