[Cmake-commits] CMake branch, next, updated. v3.3.1-2687-g3f9f0a6
Brad King
brad.king at kitware.com
Tue Sep 1 10:29:49 EDT 2015
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 3f9f0a62a433a3cae1749a93fb95459fbfdb61e6 (commit)
via 45fa2e6213939bfe87bb6467dbccea226eba12a3 (commit)
from f0d384aa8b6eff101c1701db3542a0c7419cc8dc (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=3f9f0a62a433a3cae1749a93fb95459fbfdb61e6
commit 3f9f0a62a433a3cae1749a93fb95459fbfdb61e6
Merge: f0d384a 45fa2e6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 1 10:29:48 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 1 10:29:48 2015 -0400
Merge topic 'modules-no-soname' into next
45fa2e62 fixup! Tests: Use a less strict regular expression to look for "SONAME"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=45fa2e6213939bfe87bb6467dbccea226eba12a3
commit 45fa2e6213939bfe87bb6467dbccea226eba12a3
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 1 10:28:36 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Sep 1 10:28:36 2015 -0400
fixup! Tests: Use a less strict regular expression to look for "SONAME"
diff --git a/Tests/Plugin/check_mod_soname.cmake b/Tests/Plugin/check_mod_soname.cmake
index 21a33b1..eeededa 100644
--- a/Tests/Plugin/check_mod_soname.cmake
+++ b/Tests/Plugin/check_mod_soname.cmake
@@ -1,5 +1,5 @@
execute_process(COMMAND ${readelf} -d ${mod} OUTPUT_FILE ${mod}.readelf.txt)
-file(STRINGS ${mod}.readelf.txt soname REGEX "\\(SONAME\\)")
+file(STRINGS ${mod}.readelf.txt soname REGEX "SONAME")
if(soname)
message(FATAL_ERROR "${mod} has soname but should not:\n ${soname}")
else()
-----------------------------------------------------------------------
Summary of changes:
Tests/Plugin/check_mod_soname.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list