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  7f68e4a1636a1691422e7a97873d34e1f5612fa1 (commit)
       via  09e36f9978609eb7efda101590ba685df850f5c8 (commit)
       via  caaa51b9a12c3366582cd948a1ae1b9529d20fe3 (commit)
       via  5dc4bd1c90448eb4ce4f20a63ce706ce8114f29d (commit)
       via  c6644709665e55a393d206f899f1cd2d96e8861f (commit)
       via  eea851bc2e0607262cd3b3ec58fff4522728e1a4 (commit)
      from  69aaf0d07645b9805d86db78d000835757f6a99c (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=7f68e4a1636a1691422e7a97873d34e1f5612fa1
commit 7f68e4a1636a1691422e7a97873d34e1f5612fa1
Merge: caaa51b 09e36f9
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 31 09:34:33 2018 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Wed Oct 31 09:34:33 2018 -0400

    Merge branch 'release-3.13'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=caaa51b9a12c3366582cd948a1ae1b9529d20fe3
commit caaa51b9a12c3366582cd948a1ae1b9529d20fe3
Merge: 5dc4bd1 c664470
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 31 13:32:54 2018 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Wed Oct 31 09:33:08 2018 -0400

    Merge topic 'FindBoost-debug-lib-prefix'
    
    c664470966 FindBoost: Output Boost_LIB_PREFIX if Boost_DEBUG=ON requested
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Reviewed-by: Roger Leigh <rle...@codelibre.net>
    Merge-request: !2548


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5dc4bd1c90448eb4ce4f20a63ce706ce8114f29d
commit 5dc4bd1c90448eb4ce4f20a63ce706ce8114f29d
Merge: 69aaf0d eea851b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Oct 31 13:32:32 2018 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Wed Oct 31 09:32:38 2018 -0400

    Merge topic 'FindPostgreSQL-11'
    
    eea851bc2e FindPostgreSQL: Search for version 11
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Acked-by: Mateusz Łoskot <mate...@loskot.net>
    Merge-request: !2547


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c6644709665e55a393d206f899f1cd2d96e8861f
commit c6644709665e55a393d206f899f1cd2d96e8861f
Author:     Mateusz Łoskot <mate...@loskot.net>
AuthorDate: Tue Oct 30 11:03:44 2018 +0100
Commit:     Mateusz Łoskot <mate...@loskot.net>
CommitDate: Tue Oct 30 11:07:48 2018 +0100

    FindBoost: Output Boost_LIB_PREFIX if Boost_DEBUG=ON requested
    
    Output Boost_NAMESPACE too.

diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 501929a..3722ffb 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -1402,6 +1402,13 @@ if ( NOT Boost_NAMESPACE )
   set(Boost_NAMESPACE "boost")
 endif()
 
+if(Boost_DEBUG)
+  message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] "
+    "Boost_LIB_PREFIX = ${Boost_LIB_PREFIX}")
+  message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] "
+    "Boost_NAMESPACE = ${Boost_NAMESPACE}")
+endif()
+
 # ------------------------------------------------------------------------
 #  Suffix initialization and compiler suffix detection.
 # ------------------------------------------------------------------------

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

Summary of changes:
 Modules/FindBoost.cmake      | 7 +++++++
 Modules/FindPostgreSQL.cmake | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


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

Reply via email to