From 1a3a62251bdeb8a6c04344eb15ae66f0490e175d Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Mon, 7 Oct 2019 20:45:51 +0200 Subject: 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 --- Modules/Platform/Apple-Clang-ASM.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/Apple-Clang-ASM.cmake 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) -- cgit v0.12