[Cmake-commits] [cmake-commits] hoffman committed FindBoost.cmake 1.39 1.40
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jun 23 16:31:43 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv23012
Modified Files:
FindBoost.cmake
Log Message:
ENH: add additional place to look for boost so it works out of the box on windows
Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.39
retrieving revision 1.40
diff -C 2 -d -r1.39 -r1.40
*** FindBoost.cmake 19 Apr 2009 16:46:54 -0000 1.39
--- FindBoost.cmake 23 Jun 2009 20:31:41 -0000 1.40
***************
*** 640,643 ****
--- 640,644 ----
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
More information about the Cmake-commits
mailing list