diff options
author | Brad King <brad.king@kitware.com> | 2011-07-29 22:39:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-07-29 22:40:56 (GMT) |
commit | 1f641de4b8cad556f8f4139ac7abe198364c0b8b (patch) | |
tree | b80e08ef6d39ee254430401970ad17599dff9b84 /Source/cmDocumentVariables.cxx | |
parent | 5ef20b2dc54474ceba1c81a75e8c3fc558d505fa (diff) | |
download | CMake-1f641de4b8cad556f8f4139ac7abe198364c0b8b.zip CMake-1f641de4b8cad556f8f4139ac7abe198364c0b8b.tar.gz CMake-1f641de4b8cad556f8f4139ac7abe198364c0b8b.tar.bz2 |
Documentation: WIN32 not defined on Cygwin (#12334)
Since commit 85c0a69a (Cygwin: Do not define 'WIN32', 2010-12-17) WIN32
is not defined on Cygwin. Update documentation of the WIN32 variable
accordingly.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 4e75f9c..ebe2988 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -953,7 +953,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) cm->DefineProperty ("WIN32", cmProperty::VARIABLE, "True on windows systems, including win64.", - "Set to true when the target system is Windows and on cygwin.",false, + "Set to true when the target system is Windows.",false, "Variables That Describe the System"); cm->DefineProperty |