[Cmake-commits] CMake branch, next, updated. v3.6.1-1735-g2c0c785
Brad King
brad.king at kitware.com
Sat Sep 3 06:35:37 EDT 2016
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 2c0c7856e20026c74311d927a63338e26cfeb727 (commit)
via 623c50b9ac306808df37f5cb1bfddc5883d83f79 (commit)
from e57f054dd843dfaf3e286b56ebbbad267d9297e1 (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=2c0c7856e20026c74311d927a63338e26cfeb727
commit 2c0c7856e20026c74311d927a63338e26cfeb727
Merge: e57f054 623c50b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 3 06:35:34 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Sep 3 06:35:34 2016 -0400
Merge topic 'test-GenerateExportHeader-with-RunCMake' into next
623c50b9 fixup! Tests: Cleanup RunCMake.GenerateExportHeader somewhat
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=623c50b9ac306808df37f5cb1bfddc5883d83f79
commit 623c50b9ac306808df37f5cb1bfddc5883d83f79
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 3 06:35:14 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Sep 3 06:35:14 2016 -0400
fixup! Tests: Cleanup RunCMake.GenerateExportHeader somewhat
diff --git a/Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp b/Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp
index 891bc42..887d777 100644
--- a/Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp
+++ b/Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp
@@ -1,7 +1,7 @@
#include "c_identifier_class.h"
-int main(int argc, char** argv)
+int main()
{
CIdentifierClass cic;
return cic.someMethod();
diff --git a/Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp b/Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp
index eec46d3..f90d098 100644
--- a/Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp
+++ b/Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp
@@ -1,7 +1,7 @@
#include "someclass.h"
-int main(int, char**)
+int main()
{
SomeClass sc;
sc.someMethod();
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp | 2 +-
Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list