summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2023-06-04 18:20:10 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-05 21:31:35 (GMT)
commit8c789bee83daf70239e7238f3184eb5510dc847e (patch)
tree526f5e1046ec510545da4783909ad21ef5483a5f /Modules/Platform
parent326bd503edc66142d88f1f67847a20fd6752d209 (diff)
downloadCMake-8c789bee83daf70239e7238f3184eb5510dc847e.zip
CMake-8c789bee83daf70239e7238f3184eb5510dc847e.tar.gz
CMake-8c789bee83daf70239e7238f3184eb5510dc847e.tar.bz2
AppleClang: Fix ASM compiler identification
Recent AppleClang compilers identify themselves as `Apple clang version 14.0.3 (clang-1403.0.22.14.1)`.
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Apple-AppleClang-ASM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-AppleClang-ASM.cmake b/Modules/Platform/Apple-AppleClang-ASM.cmake
new file mode 100644
index 0000000..c8ff470
--- /dev/null
+++ b/Modules/Platform/Apple-AppleClang-ASM.cmake
@@ -0,0 +1 @@
+include(Platform/Apple-Clang-ASM)