mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -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
4 lines
87 B
CMake
4 lines
87 B
CMake
set(QNXNTO 1)
|
|
include(Platform/GNU-Initialize)
|
|
unset(CMAKE_LIBRARY_ARCHITECTURE_REGEX)
|