summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/MSVC-CXX.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/MSVC-CXX.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/MSVC-CXX.cmake')
-rw-r--r--Modules/Compiler/MSVC-CXX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/MSVC-CXX.cmake b/Modules/Compiler/MSVC-CXX.cmake
index 75165fd..60d13f1 100644
--- a/Modules/Compiler/MSVC-CXX.cmake
+++ b/Modules/Compiler/MSVC-CXX.cmake
@@ -72,6 +72,7 @@ elseif (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 16.0)
cxx_std_17
cxx_std_20
cxx_std_23
+ cxx_std_26
)
_record_compiler_features(CXX "" CMAKE_CXX_COMPILE_FEATURES)
endmacro()