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, master has been updated
       via  e9eaf0f262543db6d458956bfa3d5da7edfb9744 (commit)
       via  9c75922745d1d856fe35763ff1bafe68979ab70b (commit)
      from  aeb24db55400b16c9d53d10b50cdb4668ba93e5f (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e9eaf0f262543db6d458956bfa3d5da7edfb9744
commit e9eaf0f262543db6d458956bfa3d5da7edfb9744
Merge: aeb24db 9c75922
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Oct 12 11:52:40 2018 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Fri Oct 12 07:53:00 2018 -0400

    Merge topic 'FindBoost-mt-release'
    
    9c75922745 FindBoost: Search for -mt variant of release libs
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !2475


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c75922745d1d856fe35763ff1bafe68979ab70b
commit 9c75922745d1d856fe35763ff1bafe68979ab70b
Author:     Mario Bielert <mario.biel...@googlemail.com>
AuthorDate: Thu Oct 11 11:31:21 2018 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Oct 11 14:16:34 2018 -0400

    FindBoost: Search for -mt variant of release libs
    
    We were searching the `-mt` variant for debug libs only.
    It makes sense for release libs too.

diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 37539ba..5090c60 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -1740,6 +1740,7 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
     list(APPEND _boost_RELEASE_NAMES
       
${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${component}${_boost_MULTITHREADED}${_boost_RELEASE_ABI_TAG}${_boost_ARCHITECTURE_TAG}-${Boost_LIB_VERSION}
       
${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${component}${_boost_MULTITHREADED}${_boost_RELEASE_ABI_TAG}
+      ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${component}${_boost_MULTITHREADED}
       ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${component} )
     if(_boost_STATIC_RUNTIME_WORKAROUND)
       set(_boost_RELEASE_STATIC_ABI_TAG "-s${_boost_RELEASE_ABI_TAG}")

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

Summary of changes:
 Modules/FindBoost.cmake | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to