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:
parent
5ef20b2dc5
commit
1f641de4b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue