Changeset - 24e0ddf17c1e
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-01 14:20:54
hanzz.k@gmail.com
Find boost on windows
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
cmake_modules/BoostConfig.cmake
Show inline comments
 
@@ -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})
0 comments (0 inline, 0 general)