mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-31 05:14:18 +00: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
3 lines
30 B
CMake
3 lines
30 B
CMake
set(BSD "NetBSD")
|
|
set(UNIX 1)
|