mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Apple platforms macOS, iOS, tvOS, and watchOS can all share the same compiler information. Rename `Darwin-*` modules to `Apple-*` and load them all through `CMAKE_EFFECTIVE_SYSTEM_NAME`. This saves duplication of 4 * 21 compiler information modules. Issue: #17870
5 lines
126 B
CMake
5 lines
126 B
CMake
include(Platform/Apple-GNU)
|
|
__apple_compiler_gnu(C)
|
|
cmake_gnu_set_sysroot_flag(C)
|
|
cmake_gnu_set_osx_deployment_target_flag(C)
|