[cmake-commits] hoffman committed FindBoost.cmake 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Dec 18 10:02:54 EST 2007
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9745
Modified Files:
FindBoost.cmake
Log Message:
BUG: fix for bug 5464 better find boost for windows
Index: FindBoost.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindBoost.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FindBoost.cmake 23 Jul 2007 13:49:52 -0000 1.2
+++ FindBoost.cmake 18 Dec 2007 15:02:52 -0000 1.3
@@ -72,7 +72,7 @@
SET(BOOST_DIR_SEARCH $ENV{BOOST_ROOT})
IF(BOOST_DIR_SEARCH)
FILE(TO_CMAKE_PATH ${BOOST_DIR_SEARCH} BOOST_DIR_SEARCH)
- SET(BOOST_DIR_SEARCH ${BOOST_DIR_SEARCH}/include)
+ SET(BOOST_DIR_SEARCH ${BOOST_DIR_SEARCH} ${BOOST_DIR_SEARCH}/include)
ENDIF(BOOST_DIR_SEARCH)
IF(WIN32)
More information about the Cmake-commits
mailing list