mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
enable_language: Establish target platform identification variables earlier
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
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# CrayLinuxEnvironment: loaded by users cross-compiling on a Cray front-end
|
||||
# node by specifying "-DCMAKE_SYSTEM_NAME=CrayLinuxEnvironment" to cmake
|
||||
|
||||
set(UNIX 1)
|
||||
Reference in New Issue
Block a user