diff options
author | David Cole <david.cole@kitware.com> | 2010-11-09 20:29:11 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-11-09 20:29:11 (GMT) |
commit | 9692d5a2b6f706f8b3cfd31fcb5b47277961ccab (patch) | |
tree | 916c5526cdaafd9a7645a69edde5e84e0668c091 /Modules | |
parent | 384816e4deb5e171e4a0651ef08c2af9c59b356a (diff) | |
parent | fffe1c07d9029293ef58512890ceb62d8de1df2b (diff) | |
download | CMake-9692d5a2b6f706f8b3cfd31fcb5b47277961ccab.zip CMake-9692d5a2b6f706f8b3cfd31fcb5b47277961ccab.tar.gz CMake-9692d5a2b6f706f8b3cfd31fcb5b47277961ccab.tar.bz2 |
Merge topic '11363'
fffe1c0 11363: FindBoost.cmake fails to find debug libraries in tagged layout install
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 3ae4e14..28296f1 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -916,6 +916,7 @@ ELSE (_boost_IN_CACHE) ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG}-${Boost_LIB_VERSION} ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG} ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG}-${Boost_LIB_VERSION} + ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG} ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED} ${Boost_LIB_PREFIX}boost_${COMPONENT} ) if(_boost_STATIC_RUNTIME_WORKAROUND) |