diff options
author | Christian Pfeiffer <cpfeiffer@live.de> | 2017-04-24 18:22:24 (GMT) |
---|---|---|
committer | Christian Pfeiffer <cpfeiffer@live.de> | 2017-04-24 18:22:24 (GMT) |
commit | 664bb3672939150f640b003a81b5f1126ade450b (patch) | |
tree | e1b4de75a9565b4ecee99b868cd1e7ee4edba1d0 /Help | |
parent | 80362f7e31233c2525f47a954084b89e320c38fa (diff) | |
download | CMake-664bb3672939150f640b003a81b5f1126ade450b.zip CMake-664bb3672939150f640b003a81b5f1126ade450b.tar.gz CMake-664bb3672939150f640b003a81b5f1126ade450b.tar.bz2 |
Help: Fix CMAKE_HOST_WIN32 documentation
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.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_HOST_WIN32.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_HOST_WIN32.rst b/Help/variable/CMAKE_HOST_WIN32.rst index 0e4c891..876b34c 100644 --- a/Help/variable/CMAKE_HOST_WIN32.rst +++ b/Help/variable/CMAKE_HOST_WIN32.rst @@ -1,6 +1,6 @@ CMAKE_HOST_WIN32 ---------------- -``True`` on Windows systems, including Win64. +``True`` if the host system is running Windows, including Windows 64-bit and MSYS. -Set to ``true`` when the host system is Windows and on Cygwin. +Set to ``false`` on Cygwin. |