summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/QNX-Initialize.cmake
Commit message (Collapse)AuthorAgeFilesLines
* enable_language: Establish target platform identification variables earlierBrad King2023-06-071-0/+1
| | | | | | | | 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
* kFreeBSD,GNU: Provide multiarch library directory regex earlierBrad King2023-06-061-0/+2
Make `CMAKE_LIBRARY_ARCHITECTURE_REGEX` available while determining compilers before `Platform/{kFreeBSD,GNU}` is loaded. Follow up commit cc737ae829 (Linux: Provide multiarch library directory regex earlier, 2023-05-31).