[Cmake-commits] CMake branch, next, updated. v3.0.1-5283-ga3fa292
Brad King
brad.king at kitware.com
Thu Sep 11 08:48:29 EDT 2014
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 a3fa29228138e26839fcbf8948db5d714fa483b9 (commit)
via 4b4555de3e2fc1782298003cbd7efdd10bfbd685 (commit)
from 9c6cff6c5dd76653a24a96a3462e34e8341dbaee (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=a3fa29228138e26839fcbf8948db5d714fa483b9
commit a3fa29228138e26839fcbf8948db5d714fa483b9
Merge: 9c6cff6 4b4555d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 11 08:48:28 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 11 08:48:28 2014 -0400
Merge topic 'doc-WINCE-var' into next
4b4555de Help: Document the WINCE variable
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4b4555de3e2fc1782298003cbd7efdd10bfbd685
commit 4b4555de3e2fc1782298003cbd7efdd10bfbd685
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Thu Sep 11 11:07:35 2014 +0200
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Sep 11 08:44:20 2014 -0400
Help: Document the WINCE variable
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 149e4ac..b00c16e 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -192,6 +192,7 @@ Variables that Describe the System
/variable/MSVC_VERSION
/variable/UNIX
/variable/WIN32
+ /variable/WINCE
/variable/WINDOWS_PHONE
/variable/WINDOWS_STORE
/variable/XCODE_VERSION
diff --git a/Help/variable/WINCE.rst b/Help/variable/WINCE.rst
new file mode 100644
index 0000000..54ff7de
--- /dev/null
+++ b/Help/variable/WINCE.rst
@@ -0,0 +1,5 @@
+WINCE
+-----
+
+True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
+to ``WindowsCE``.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-variables.7.rst | 1 +
Help/variable/{WINDOWS_PHONE.rst => WINCE.rst} | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
copy Help/variable/{WINDOWS_PHONE.rst => WINCE.rst} (55%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list