Skip to content

Commit

Permalink
CMake: Default to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Nov 9, 2023
1 parent 170bc25 commit 7e8abdd
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 @@ -38,7 +38,7 @@ define_property(
#
# check compiler and set preferences.
if (NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
endif()

Expand Down

0 comments on commit 7e8abdd

Please sign in to comment.