mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This allows projects to use `if(AIX)` blocks instead of spelling out `if(CMAKE_SYSTEM_NAME STREQUAL "AIX")`. We already have similar variables for many other platforms.
7 lines
95 B
ReStructuredText
7 lines
95 B
ReStructuredText
CMAKE_HOST_AIX
|
|
--------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
Set to true when the host system is AIX.
|