[Cmake-commits] CMake branch, next, updated. v2.8.2-1133-g63529b1

Philip Lowman philip at yhbt.com
Thu Oct 28 22:53:30 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  63529b1c6d7eb82b662a8fe672585c7339d12930 (commit)
       via  fffe1c07d9029293ef58512890ceb62d8de1df2b (commit)
      from  b32b3181173681ff0ce041b527638e9d08cbeda6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=63529b1c6d7eb82b662a8fe672585c7339d12930
commit 63529b1c6d7eb82b662a8fe672585c7339d12930
Merge: b32b318 fffe1c0
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Oct 28 22:53:27 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 28 22:53:27 2010 -0400

    Merge topic '11363' into next
    
    fffe1c0 11363: FindBoost.cmake fails to find debug libraries in tagged layout install


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fffe1c07d9029293ef58512890ceb62d8de1df2b
commit fffe1c07d9029293ef58512890ceb62d8de1df2b
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Oct 28 22:51:18 2010 -0400
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Thu Oct 28 22:51:18 2010 -0400

    11363: FindBoost.cmake fails to find debug libraries in tagged layout install

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)

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindBoost.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list