summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeOBJCXXCompilerId.mm.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeOBJCXXCompilerId.mm.in')
-rw-r--r--Modules/CMakeOBJCXXCompilerId.mm.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/CMakeOBJCXXCompilerId.mm.in b/Modules/CMakeOBJCXXCompilerId.mm.in
index fe04de1..e2ac35d 100644
--- a/Modules/CMakeOBJCXXCompilerId.mm.in
+++ b/Modules/CMakeOBJCXXCompilerId.mm.in
@@ -30,7 +30,9 @@ char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
-#if CXX_STD > 201703L
+#if CXX_STD > 202002L
+ "23"
+#elfif CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"