summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Clang.cmake
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2022-08-19 20:17:30 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2022-08-31 17:46:18 (GMT)
commitf808d8afb9d1e6d279a92cb16242a2eea9a8c5e6 (patch)
treee8b7486d10288e5f7f47db580b24d0fcfb92c47b /Modules/Compiler/Clang.cmake
parent7b9757e50715ab6abc08e7005c66565f5c965de3 (diff)
downloadCMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.zip
CMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.tar.gz
CMake-f808d8afb9d1e6d279a92cb16242a2eea9a8c5e6.tar.bz2
CMake: Support upcoming C++26 language level
Diffstat (limited to 'Modules/Compiler/Clang.cmake')
-rw-r--r--Modules/Compiler/Clang.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/Clang.cmake b/Modules/Compiler/Clang.cmake
index df115d3..257402a 100644
--- a/Modules/Compiler/Clang.cmake
+++ b/Modules/Compiler/Clang.cmake
@@ -255,6 +255,7 @@ macro(__compiler_clang_cxx_standards lang)
cxx_std_17
cxx_std_20
cxx_std_23
+ cxx_std_26
)
_record_compiler_features(${lang} "" CMAKE_${lang}_COMPILE_FEATURES)
endmacro()