[Cmake-commits] CMake branch, next, updated. v3.6.2-2232-g7696577
Brad King
brad.king at kitware.com
Mon Sep 19 15:48:19 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 7696577b49c993f43dd779554c6d03eb9f65ae74 (commit)
via 527d18227d142c212568de19c844cf01afa690ea (commit)
from e827f616b9cf26d7ca98e06fbb6d439203ec9b39 (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=7696577b49c993f43dd779554c6d03eb9f65ae74
commit 7696577b49c993f43dd779554c6d03eb9f65ae74
Merge: e827f61 527d182
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 19 15:48:16 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 19 15:48:16 2016 -0400
Merge topic 'cmake-server-experimental-protocols' into next
527d1822 fixup! server-mode: Add --experimental flag
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=527d18227d142c212568de19c844cf01afa690ea
commit 527d18227d142c212568de19c844cf01afa690ea
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 19 15:47:58 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 19 15:47:58 2016 -0400
fixup! server-mode: Add --experimental flag
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 7b26000..38f00e6 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -938,6 +938,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
return 1;
}
#else
+ static_cast<void>(supportExperimental);
cmSystemTools::Error("CMake was not built with server mode enabled");
return 1;
#endif
-----------------------------------------------------------------------
Summary of changes:
Source/cmcmd.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list