Skip to content

Commit

Permalink
Merge pull request #181 from kutschke/v2.4.2_build_branch
Browse files Browse the repository at this point in the history
enable c++20
  • Loading branch information
brownd1978 authored Sep 17, 2023
2 parents 7533898 + 2871294 commit 07abb0f
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 07abb0f

Please sign in to comment.