[Cmake-commits] [cmake-commits] lowman committed FindBoost.cmake 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 21 23:42:42 EDT 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
Make Boost easier to find


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -C 2 -d -r1.44 -r1.45
*** FindBoost.cmake	22 Sep 2009 02:21:51 -0000	1.44
--- FindBoost.cmake	22 Sep 2009 03:42:39 -0000	1.45
***************
*** 382,385 ****
--- 382,386 ----
      C:/boost/include
      C:/boost
+     "$ENV{ProgramFiles}/boost/include"
      "$ENV{ProgramFiles}/boost"
      /sw/local/include
***************
*** 639,649 ****
    #  Begin finding boost libraries
    # ------------------------------------------------------------------------
!   
    SET(_boost_LIBRARIES_SEARCH_DIRS
      ${Boost_INCLUDE_DIR}/lib
      C:/boost/lib
      C:/boost
      "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}_${Boost_SUBMINOR_VERSION}/lib"
      "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}/lib"
      "$ENV{ProgramFiles}/boost"
      /sw/local/lib
--- 640,652 ----
    #  Begin finding boost libraries
    # ------------------------------------------------------------------------
! 
    SET(_boost_LIBRARIES_SEARCH_DIRS
      ${Boost_INCLUDE_DIR}/lib
+     ${Boost_INCLUDE_DIR}/../lib
      C:/boost/lib
      C:/boost
      "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}_${Boost_SUBMINOR_VERSION}/lib"
      "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}/lib"
+     "$ENV{ProgramFiles}/boost/lib"
      "$ENV{ProgramFiles}/boost"
      /sw/local/lib



More information about the Cmake-commits mailing list