[Cmake-commits] CMake branch, next, updated. v3.6.2-2352-ge893a4c
Brad King
brad.king at kitware.com
Wed Sep 21 13:09:02 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 e893a4c791898dc49281d04dc56a0354afc6ca1a (commit)
via e2e7e5be65c5e69086ebca8d7f0229f8134b8d27 (commit)
from 132255bfb6e1e00ed121e544f902323f44cb8cfe (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=e893a4c791898dc49281d04dc56a0354afc6ca1a
commit e893a4c791898dc49281d04dc56a0354afc6ca1a
Merge: 132255b e2e7e5b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 21 13:09:01 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 21 13:09:01 2016 -0400
Merge topic 'cmake-server-pipes' into next
e2e7e5be fixup! server-mode: Introduce cmServerConnection
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2e7e5be65c5e69086ebca8d7f0229f8134b8d27
commit e2e7e5be65c5e69086ebca8d7f0229f8134b8d27
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 21 13:08:50 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Sep 21 13:08:50 2016 -0400
fixup! server-mode: Introduce cmServerConnection
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index c14faa7..9daed4b 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -956,6 +956,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
}
#else
static_cast<void>(supportExperimental);
+ static_cast<void>(isDebug);
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