[Cmake-commits] CMake branch, next, updated. v2.8.11-2190-g7e4b5f1
Brad King
brad.king at kitware.com
Fri May 24 09:07:25 EDT 2013
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 7e4b5f1866853c94e89416c996e155a2b71cbae9 (commit)
via 74f24b28423751bd775b66e13078db2fa71a932d (commit)
from 1dc3068a845d813ed18e7f1037e6bc20f0b6b158 (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=7e4b5f1866853c94e89416c996e155a2b71cbae9
commit 7e4b5f1866853c94e89416c996e155a2b71cbae9
Merge: 1dc3068 74f24b2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri May 24 09:07:23 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 24 09:07:23 2013 -0400
Merge topic 'geh-add-missing-test' into next
74f24b2 Tests/Module/GenerateExportHeader: Test exported free-function
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=74f24b28423751bd775b66e13078db2fa71a932d
commit 74f24b28423751bd775b66e13078db2fa71a932d
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 16 10:05:22 2012 +0200
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri May 24 09:04:35 2013 -0400
Tests/Module/GenerateExportHeader: Test exported free-function
diff --git a/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt b/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
index a5804fc..2a97d8f 100644
--- a/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/libsharedtest/CMakeLists.txt
@@ -8,6 +8,7 @@ macro(shared_build_fail Source Message)
endmacro()
shared_build_pass("Libshared l; return l.libshared_exported();" "Failed to build exported")
+shared_build_pass("return libshared_exported();" "Failed to build exported function.")
# if (COMPILER_HAS_DEPRECATED)
# shared_build_fail("Libshared l; return l.libshared_deprecated();" "Built use of deprecated class method. This should not be possible.")
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list