Merge topic 'doc-WIN32-cygwin'

1f641de Documentation: WIN32 not defined on Cygwin (#12334)
This commit is contained in:
David Cole 2011-08-02 15:11:20 -04:00 committed by CMake Topic Stage
commit 11ca173731
1 changed files with 1 additions and 1 deletions

View File

@ -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