[Cmake-commits] [cmake-commits] hoffman committed FindBoost.cmake 1.4.2.4 1.4.2.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 15 11:35:49 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	FindBoost.cmake 
Log Message:
ENH: merge in fix for xcode and new version of find boost


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -C 2 -d -r1.4.2.4 -r1.4.2.5
*** FindBoost.cmake	13 Jul 2008 21:55:23 -0000	1.4.2.4
--- FindBoost.cmake	15 Jul 2008 15:35:46 -0000	1.4.2.5
***************
*** 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