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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 3 18:19:41 EDT 2008


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

Modified Files:
	FindBoost.cmake 
Log Message:
COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on Windows


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** FindBoost.cmake	3 Jul 2008 19:49:41 -0000	1.9
--- FindBoost.cmake	3 Jul 2008 22:19:39 -0000	1.10
***************
*** 227,231 ****
    SET(_boost_INCLUDE_SEARCH_DIRS
      C:/boost/include
!     "${ENV}{ProgramFiles}/boost/boost_${Boost_FIND_VERSION_MAJOR}_${Boost_FIND_VERSION_MINOR}_${Boost_FIND_VERSION_PATCH}"
      /sw/local/include
    )
--- 227,233 ----
    SET(_boost_INCLUDE_SEARCH_DIRS
      C:/boost/include
!     "C:/boost"
!     "$ENV{ProgramFiles}/boost/boost_${Boost_FIND_VERSION_MAJOR}_${Boost_FIND_VERSION_MINOR}_${Boost_FIND_VERSION_PATCH}"
!     "$ENV{ProgramFiles}/Boost"
      /sw/local/include
    )
***************
*** 233,237 ****
    SET(_boost_LIBRARIES_SEARCH_DIRS
      C:/boost/lib
!     "${ENV}{ProgramFiles}/boost/boost_${Boost_FIND_VERSION_MAJOR}_${Boost_FIND_VERSION_MINOR}_${Boost_FIND_VERSION_PATCH}/lib"
      /sw/local/lib
    )
--- 235,241 ----
    SET(_boost_LIBRARIES_SEARCH_DIRS
      C:/boost/lib
!     "C:/boost"
!     "$ENV{ProgramFiles}/boost/boost_${Boost_FIND_VERSION_MAJOR}_${Boost_FIND_VERSION_MINOR}_${Boost_FIND_VERSION_PATCH}/lib"
!     "$ENV{ProgramFiles}/Boost"
      /sw/local/lib
    )



More information about the Cmake-commits mailing list