diff options
author | Andreas Pakulat <apaku@gmx.de> | 2008-09-11 21:21:33 +0000 |
---|---|---|
committer | Andreas Pakulat <apaku@gmx.de> | 2008-09-11 21:21:33 +0000 |
commit | 0e9f2607bd3f11589b5fab95ba888f421c18dbb1 (patch) | |
tree | abffdeb94a3258c67f00d4f978cd07a4d5f3641b | |
parent | ef574f700e8113f526f203c529eb37648cbad383 (diff) | |
download | extra-cmake-modules-0e9f2607bd3f11589b5fab95ba888f421c18dbb1.tar.gz extra-cmake-modules-0e9f2607bd3f11589b5fab95ba888f421c18dbb1.tar.bz2 |
Also search for "1.36"
svn path=/trunk/KDE/kdelibs/; revision=860070
-rw-r--r-- | modules/FindBoost.cmake | 4 |
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" ) ############################################ |