summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-11-09 20:29:11 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-11-09 20:29:11 (GMT)
commit9692d5a2b6f706f8b3cfd31fcb5b47277961ccab (patch)
tree916c5526cdaafd9a7645a69edde5e84e0668c091 /Modules
parent384816e4deb5e171e4a0651ef08c2af9c59b356a (diff)
parentfffe1c07d9029293ef58512890ceb62d8de1df2b (diff)
downloadCMake-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.cmake1
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)