Skip to content

Commit

Permalink
enable c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
kutschke committed Sep 16, 2023
1 parent 7533898 commit 2871294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2871294

Please sign in to comment.