mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
This moves GNU compiler info on Windows into new-style modules Platform/Windows-GNU-<lang>.cmake using language-independent helper module Platform/Windows-GNU.cmake to define macros consolidating the information.
3 lines
56 B
CMake
3 lines
56 B
CMake
include(Platform/Windows-GNU)
|
|
__windows_compiler_gnu(C)
|