summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-10-08 15:23:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-10-08 15:23:48 (GMT)
commit94aa511d4e888a732ef4623923d13f2ddb79d62b (patch)
tree10a22fd71733f2fc917476aec236404e192faf9c
parent6bcc8c1c312ac150b8985f38a137222e4cf04d4c (diff)
parent638fa41234fe2935a471377f8493718cd92f42c1 (diff)
downloadCMake-94aa511d4e888a732ef4623923d13f2ddb79d62b.zip
CMake-94aa511d4e888a732ef4623923d13f2ddb79d62b.tar.gz
CMake-94aa511d4e888a732ef4623923d13f2ddb79d62b.tar.bz2
Merge topic 'apple-asm-deployment-target'
638fa41234 Apple: Set Clang ASM compiler features Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3894
-rw-r--r--Modules/Platform/Apple-Clang-ASM.cmake2
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)