mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user