mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
AIX: Add platform id variables 'AIX' and 'CMAKE_HOST_AIX'
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.
This commit is contained in:
committed by
Brad King
parent
8137cf2822
commit
ff03db6657
@@ -0,0 +1,6 @@
|
||||
AIX
|
||||
---
|
||||
|
||||
.. versionadded:: 4.0
|
||||
|
||||
Set to true when the target system is AIX.
|
||||
Reference in New Issue
Block a user