diff options
author | David Cole <david.cole@kitware.com> | 2011-08-02 19:11:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-08-02 19:11:20 (GMT) |
commit | 11ca173731a73b9635a0ebc2a16e116931e9de7a (patch) | |
tree | b5ac8ac43e1f811ee4a66723d5aaf4daaac582a4 /Source | |
parent | e9a6d86d91451468e4a4bf52e8cd23199362bffa (diff) | |
parent | 1f641de4b8cad556f8f4139ac7abe198364c0b8b (diff) | |
download | CMake-11ca173731a73b9635a0ebc2a16e116931e9de7a.zip CMake-11ca173731a73b9635a0ebc2a16e116931e9de7a.tar.gz CMake-11ca173731a73b9635a0ebc2a16e116931e9de7a.tar.bz2 |
Merge topic 'doc-WIN32-cygwin'
1f641de Documentation: WIN32 not defined on Cygwin (#12334)
Diffstat (limited to 'Source')
-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 |