[Cmake-commits] CMake branch, next, updated. v3.8.0-780-g681c8bc
Kitware Robot
kwrobot at kitware.com
Mon Apr 17 14:55:02 EDT 2017
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 681c8bc4babcbd5d817c786474e0084c3034de4f (commit)
via 2a09701e689286eebcf50414c54b22f42f7c531f (commit)
via 11ab003b3aa3c7a11ae9f63946e9730c8dfab5d9 (commit)
via d9d280f531897aa6a40e315a980052d9352e6e7e (commit)
from 5497e9f327cc0768401dac2d15be5241b689f8cf (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=681c8bc4babcbd5d817c786474e0084c3034de4f
commit 681c8bc4babcbd5d817c786474e0084c3034de4f
Merge: 2a09701 d9d280f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 17 18:51:58 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Apr 17 14:52:01 2017 -0400
Stage topic 'findmpi-mark-library-advanced'
Topic-id: 23697
Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/708
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a09701e689286eebcf50414c54b22f42f7c531f
commit 2a09701e689286eebcf50414c54b22f42f7c531f
Merge: 5497e9f 11ab003
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 17 18:48:46 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Apr 17 14:48:48 2017 -0400
Stage topic 'tcc-enable_exports'
Topic-id: 23705
Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/711
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=11ab003b3aa3c7a11ae9f63946e9730c8dfab5d9
commit 11ab003b3aa3c7a11ae9f63946e9730c8dfab5d9
Author: hsc <kevin.patrick.schmidt at googlemail.com>
AuthorDate: Mon Apr 17 17:33:17 2017 +0200
Commit: hsc <kevin.patrick.schmidt at googlemail.com>
CommitDate: Mon Apr 17 17:34:52 2017 +0200
TinyCC: Support ENABLE_EXPORT property
Replace the default -Wl,--export-dynamic with -rdynamic.
diff --git a/Modules/Platform/Linux-TinyCC-C.cmake b/Modules/Platform/Linux-TinyCC-C.cmake
index f78e708..9409d8b 100644
--- a/Modules/Platform/Linux-TinyCC-C.cmake
+++ b/Modules/Platform/Linux-TinyCC-C.cmake
@@ -2,3 +2,4 @@ set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "")
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP "")
set(CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG "")
set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-soname ")
+set(CMAKE_EXE_EXPORTS_C_FLAG "-rdynamic ")
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d9d280f531897aa6a40e315a980052d9352e6e7e
commit d9d280f531897aa6a40e315a980052d9352e6e7e
Author: Christian Pfeiffer <cpfeiffer at live.de>
AuthorDate: Sun Apr 16 00:24:10 2017 +0200
Commit: Christian Pfeiffer <cpfeiffer at live.de>
CommitDate: Sun Apr 16 00:24:10 2017 +0200
FindMPI: Mark old MPI library entries as advanced
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index ff2c4de..b24b5ef 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -660,6 +660,7 @@ if (MPI_NUMLIBS GREATER 1)
else()
set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND" CACHE STRING "Extra MPI libraries to link against" FORCE)
endif()
+mark_as_advanced(MPI_LIBRARY MPI_EXTRA_LIBRARY)
#=============================================================================
# unset these vars to cleanup namespace
-----------------------------------------------------------------------
Summary of changes:
Modules/FindMPI.cmake | 1 +
Modules/Platform/Linux-TinyCC-C.cmake | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list