[Cmake-commits] [cmake-commits] dgregor committed FindBoost.cmake 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 14 13:52:55 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv32073

Modified Files:
	FindBoost.cmake 
Log Message:
ENH: FindBoost can now find the upcoming Boost 1.46


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** FindBoost.cmake	3 Jul 2008 22:19:39 -0000	1.10
--- FindBoost.cmake	14 Jul 2008 17:52:53 -0000	1.11
***************
*** 13,18 ****
  #
  # 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
  #
  # The components list needs to be the actual names of boost libraries, that is
--- 13,18 ----
  #
  # 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, 
! # 1.36.0, 1.36.1
  #
  # The components list needs to be the actual names of boost libraries, that is
***************
*** 37,41 ****
  #                                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.35.1, 1.36.0, 1.36.1
  #                                If you want to look for an older or newer
  #                                version set this variable to a list of
--- 37,41 ----
  #                                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.35.1, 1.36, 1.36.0, 1.36.1
  #                                If you want to look for an older or newer
  #                                version set this variable to a list of
***************
*** 106,111 ****
  else (Boost_FIND_VERSION_EXACT)
    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" )
  endif (Boost_FIND_VERSION_EXACT)
  
--- 106,111 ----
  else (Boost_FIND_VERSION_EXACT)
    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" )
  endif (Boost_FIND_VERSION_EXACT)
  



More information about the Cmake-commits mailing list