From 287129474fe68b0847cde0f135186513559aec66 Mon Sep 17 00:00:00 2001 From: Rob Kutschke Date: Sat, 16 Sep 2023 13:49:11 -0500 Subject: [PATCH] enable c++20 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8880b47f..06a840dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,8 @@ endif() message(STATUS "Build Type: ${CMAKE_BUILD_TYPE}" ) -# enable c++17 standard -set(CMAKE_CXX_STANDARD 17) +# enable c++20 standard +set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED on) # make sure CMake is able to find ROOT