diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2019-10-07 18:45:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-09 13:18:33 (GMT) |
commit | 1a3a62251bdeb8a6c04344eb15ae66f0490e175d (patch) | |
tree | 528a3cbdc8a79c5509a180481bfd6debf850d14e | |
parent | ead89868ba09bb331ae31c116f1cec4a44713b3b (diff) | |
download | CMake-1a3a62251bdeb8a6c04344eb15ae66f0490e175d.zip CMake-1a3a62251bdeb8a6c04344eb15ae66f0490e175d.tar.gz CMake-1a3a62251bdeb8a6c04344eb15ae66f0490e175d.tar.bz2 |
Apple: Set Clang ASM compiler features
The same is done for the C and CXX language. This initializes
compiler flags like the sysroot path or deployment target.
Closes: #19794
Suggested-by: Kyle Fleming
-rw-r--r-- | Modules/Platform/Apple-Clang-ASM.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-Clang-ASM.cmake b/Modules/Platform/Apple-Clang-ASM.cmake new file mode 100644 index 0000000..935cce9 --- /dev/null +++ b/Modules/Platform/Apple-Clang-ASM.cmake @@ -0,0 +1,2 @@ +include(Platform/Apple-Clang) +__apple_compiler_clang(ASM) |