mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
664bb36729
The documentation falsely claims `CMAKE_HOST_WIN32` is `true` on Cygwin. Since commit v2.8.4~153^2 (Cygwin: Do not define 'WIN32', 2010-12-17) we do not define `CMAKE_HOST_WIN32` on Cygwin either.
7 lines
147 B
ReStructuredText
7 lines
147 B
ReStructuredText
CMAKE_HOST_WIN32
|
|
----------------
|
|
|
|
``True`` if the host system is running Windows, including Windows 64-bit and MSYS.
|
|
|
|
Set to ``false`` on Cygwin.
|