mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Set target platform identification variables like `APPLE` and `LINUX` as soon as the target system is identified. This makes them available during toolchain and binutils selection. Fixes: #23333
5 lines
162 B
CMake
5 lines
162 B
CMake
# CrayLinuxEnvironment: loaded by users cross-compiling on a Cray front-end
|
|
# node by specifying "-DCMAKE_SYSTEM_NAME=CrayLinuxEnvironment" to cmake
|
|
|
|
set(UNIX 1)
|