Author: ivanovic
Date: Tue May 12 09:48:41 2009
New Revision: 35587

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35587&view=rev
Log:
make sure that more recent version of Boost are found, too

Modified:
    branches/1.6/cmake/FindBoost.cmake

Modified: branches/1.6/cmake/FindBoost.cmake
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/cmake/FindBoost.cmake?rev=35587&r1=35586&r2=35587&view=diff
==============================================================================
--- branches/1.6/cmake/FindBoost.cmake (original)
+++ branches/1.6/cmake/FindBoost.cmake Tue May 12 09:48:41 2009
@@ -24,7 +24,7 @@
 #                                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.36.0, 1.37.0
+#                                1.36.0, 1.37.0, 1.38.0, 1.38, 1.39.0, 1.39, 
1.40.0, 1.40
 #                                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.
@@ -79,7 +79,10 @@
 
 # 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" "1.36" "1.36.0" "1.37" 
"1.37.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"
+     "1.38.0" "1.38" "1.39.0" "1.39" "1.40.0" "1.40")
 
 ############################################
 #


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to