From 24e0ddf17c1e7568710b7181f91ea5ca295f3c09 2012-09-01 14:20:54 From: HanzZ Date: 2012-09-01 14:20:54 Subject: [PATCH] Find boost on windows --- diff --git a/cmake_modules/BoostConfig.cmake b/cmake_modules/BoostConfig.cmake index 408f3aff3b223aac5ee60e642f57bd6531b93a45..0466effcb4c81b51cb190b170ec45bee074afd0b 100644 --- a/cmake_modules/BoostConfig.cmake +++ b/cmake_modules/BoostConfig.cmake @@ -727,7 +727,7 @@ ELSE (_boost_IN_CACHE) ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED} ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG} ${Boost_LIB_PREFIX}boost_${COMPONENT} - HINTS ${_boost_LIBRARIES_SEARCH_DIRS} + HINTS ${_boost_LIBRARIES_SEARCH_DIRS} ../lib ) FIND_LIBRARY(Boost_${UPPERCOMPONENT}_LIBRARY_DEBUG @@ -738,7 +738,7 @@ ELSE (_boost_IN_CACHE) ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG} ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG} ${Boost_LIB_PREFIX}boost_${COMPONENT}-${_boost_ABI_TAG} - HINTS ${_boost_LIBRARIES_SEARCH_DIRS} + HINTS ${_boost_LIBRARIES_SEARCH_DIRS} ../lib ) _Boost_ADJUST_LIB_VARS(${UPPERCOMPONENT})