[Cmake-commits] CMake branch, next, updated. v3.1.0-2291-gc709ebb
Ben Boeckel
ben.boeckel at kitware.com
Wed Jan 21 15:57:32 EST 2015
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 c709ebb08e675fc4603187cd8a125a6b8f704436 (commit)
via bebdb4540b94aae3f213af586dbd7d1445ef25e5 (commit)
from 7f7c996a707e206c8cd87bb97689b77ad249e114 (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=c709ebb08e675fc4603187cd8a125a6b8f704436
commit c709ebb08e675fc4603187cd8a125a6b8f704436
Merge: 7f7c996 bebdb45
Author: Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Jan 21 15:57:31 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 21 15:57:31 2015 -0500
Merge topic 'add-missing-variable-docs' into next
bebdb454 Help: add missing MINGW variable documentation
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bebdb4540b94aae3f213af586dbd7d1445ef25e5
commit bebdb4540b94aae3f213af586dbd7d1445ef25e5
Author: Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Jan 21 15:48:00 2015 -0500
Commit: Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Wed Jan 21 15:48:00 2015 -0500
Help: add missing MINGW variable documentation
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index af2c348..c342dbe 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -181,6 +181,7 @@ Variables that Describe the System
/variable/CMAKE_SYSTEM_VERSION
/variable/CYGWIN
/variable/ENV
+ /variable/MINGW
/variable/MSVC10
/variable/MSVC11
/variable/MSVC12
diff --git a/Help/variable/MINGW.rst b/Help/variable/MINGW.rst
new file mode 100644
index 0000000..521d417
--- /dev/null
+++ b/Help/variable/MINGW.rst
@@ -0,0 +1,6 @@
+MINGW
+-----
+
+True when using MinGW
+
+Set to true when the compiler is some version of MinGW.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-variables.7.rst | 1 +
Help/variable/MINGW.rst | 6 ++++++
2 files changed, 7 insertions(+)
create mode 100644 Help/variable/MINGW.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list