diff options
author | Brad King <brad.king@kitware.com> | 2023-06-06 19:36:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-07 11:02:20 (GMT) |
commit | 1373373823ccaf8378a19a95685337061d79d5b1 (patch) | |
tree | 882877cbe65068d3df0eadbd75a74fdd52a0d87c /Modules/Platform/MSYS.cmake | |
parent | 1d916bf3d2dad26682ed73c6cbed88babe28af7b (diff) | |
download | CMake-1373373823ccaf8378a19a95685337061d79d5b1.zip CMake-1373373823ccaf8378a19a95685337061d79d5b1.tar.gz CMake-1373373823ccaf8378a19a95685337061d79d5b1.tar.bz2 |
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
Diffstat (limited to 'Modules/Platform/MSYS.cmake')
-rw-r--r-- | Modules/Platform/MSYS.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/MSYS.cmake b/Modules/Platform/MSYS.cmake index 96fa36f..468718d 100644 --- a/Modules/Platform/MSYS.cmake +++ b/Modules/Platform/MSYS.cmake @@ -1,4 +1,3 @@ -set(MSYS 1) include(Platform/CYGWIN) set(CMAKE_SHARED_LIBRARY_PREFIX "msys-") set(CMAKE_SHARED_MODULE_PREFIX "msys-") |