mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
BUG: fix for bug 5464 better find boost for windows
This commit is contained in:
@@ -72,7 +72,7 @@ SET(BOOST_DIR_MESSAGE "Set the Boost_INCLUDE_DIR cmake cache entry to the ${BOOS
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user