mirror of https://github.com/Kitware/CMake.git
Browse Source
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.pull/376/head

committed by
Brad King

7 changed files with 24 additions and 0 deletions
Loading…
Reference in new issue