commit | ff03db6657c38c8cf992877ea66174c33d0bcb0b | [log] [tgz] |
---|---|---|
author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | Thu Feb 06 22:39:32 2025 -0600 |
committer | Brad King <brad.king@kitware.com> | Fri Feb 07 11:10:43 2025 -0500 |
tree | 67dea9ba9ea0145dfff74cffcce29969fc6dac56 | |
parent | 8137cf2822e5a7045416adf41c1dd23585907c58 [diff] |
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.