summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/MSYS.cmake
Commit message (Collapse)AuthorAgeFilesLines
* enable_language: Establish target platform identification variables earlierBrad King2023-06-071-1/+0
| | | | | | | | 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
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-0/+4
Detect MSYS as CYGWIN, with the required adaptations.