summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorPhilip Lowman <philip@yhbt.com>2010-10-29 02:51:18 (GMT)
committerPhilip Lowman <philip@yhbt.com>2010-10-29 02:51:18 (GMT)
commitfffe1c07d9029293ef58512890ceb62d8de1df2b (patch)
treea9954fc6bb4c5a74f0ba1b0d9b0cac132ebfdebe /Modules
parent9bf662a92a8d0b6a215bc81cdbf61284f2d67694 (diff)
downloadCMake-fffe1c07d9029293ef58512890ceb62d8de1df2b.zip
CMake-fffe1c07d9029293ef58512890ceb62d8de1df2b.tar.gz
CMake-fffe1c07d9029293ef58512890ceb62d8de1df2b.tar.bz2
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)