Files
CMake/Modules/Platform/MSYS-Initialize.cmake
Brad King 1373373823 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
2023-06-07 07:02:20 -04:00

3 lines
48 B
CMake

set(MSYS 1)
include(Platform/CYGWIN-Initialize)