[Cmake-commits] CMake branch, master, updated. v3.13.0-rc2-274-g7f68e4a
Kitware Robot
kwrobot at kitware.com
Wed Oct 31 09:35:05 EDT 2018
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.king at kitware.com>
AuthorDate: Wed Oct 31 09:34:33 2018 -0400
Commit: Brad King <brad.king at 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.king at kitware.com>
AuthorDate: Wed Oct 31 13:32:54 2018 +0000
Commit: Kitware Robot <kwrobot at 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 <kwrobot at kitware.com>
Reviewed-by: Roger Leigh <rleigh at 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.king at kitware.com>
AuthorDate: Wed Oct 31 13:32:32 2018 +0000
Commit: Kitware Robot <kwrobot at 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 <kwrobot at kitware.com>
Acked-by: Mateusz Łoskot <mateusz at loskot.net>
Merge-request: !2547
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c6644709665e55a393d206f899f1cd2d96e8861f
commit c6644709665e55a393d206f899f1cd2d96e8861f
Author: Mateusz Łoskot <mateusz at loskot.net>
AuthorDate: Tue Oct 30 11:03:44 2018 +0100
Commit: Mateusz Łoskot <mateusz at 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
More information about the Cmake-commits
mailing list