Skip to content

Commit

Permalink
Bump the default c++ version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Apr 29, 2024
1 parent c2de379 commit 9449e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SET( ILCSOFT_CMAKE_MODULES_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/cmakemodules )
include( ExternalProject )

if(NOT "${CMAKE_CXX_STANDARD}")
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
endif()

MESSAGE(STATUS "CMAKE_CXX_STANDARD set to ${CMAKE_CXX_STANDARD}")
Expand Down

0 comments on commit 9449e5d

Please sign in to comment.