Skip to content

Commit

Permalink
Update CXX standard to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus committed Feb 20, 2024
1 parent 9976f9f commit ebb908b
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 @@ -48,7 +48,7 @@ elseif (THREAD_SANITIZER)
add_link_options(-fsanitize=thread)
endif()

set(CMAKE_CXX_STANDARD 14 CACHE STRING "the C++ standard to use for this project")
set(CMAKE_CXX_STANDARD 17 CACHE STRING "the C++ standard to use for this project")

###########################################################
# Targets
Expand Down

0 comments on commit ebb908b

Please sign in to comment.