summaryrefslogtreecommitdiff
path: root/Modules/CMakeOBJCCompilerId.m.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeOBJCCompilerId.m.in')
-rw-r--r--Modules/CMakeOBJCCompilerId.m.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeOBJCCompilerId.m.in b/Modules/CMakeOBJCCompilerId.m.in
index 2b8aa3020..418fd4852 100644
--- a/Modules/CMakeOBJCCompilerId.m.in
+++ b/Modules/CMakeOBJCCompilerId.m.in
@@ -27,6 +27,10 @@ char const* qnxnto = "INFO" ":" "qnxnto[]";
# else
# define C_DIALECT
# endif
+#elif __STDC_VERSION__ > 201710L
+# define C_DIALECT "23"
+#elif __STDC_VERSION__ >= 201710L
+# define C_DIALECT "17"
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L