[Cmake-commits] [cmake-commits] hoffman committed FindBoost.cmake 1.40 1.41

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 23 16:40:52 EDT 2009


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

Modified Files:
	FindBoost.cmake 
Log Message:
ENH: boost lib is often found under the boost include dir


Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.40
retrieving revision 1.41
diff -C 2 -d -r1.40 -r1.41
*** FindBoost.cmake	23 Jun 2009 20:31:41 -0000	1.40
--- FindBoost.cmake	23 Jun 2009 20:40:50 -0000	1.41
***************
*** 641,644 ****
--- 641,645 ----
      "$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"
+     ${Boost_INCLUDE_DIR}/lib
      "$ENV{ProgramFiles}/boost"
      /sw/local/lib



More information about the Cmake-commits mailing list