Skip to content

Commit

Permalink
cmake: Bump to CMAKE_CXX_STANDARD to 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed May 31, 2024
1 parent 72c8bc2 commit 07d9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/project_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macro(settings_main)
endif()

# Globally set the required C++ standard
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_EXTENSIONS OFF)

if(UNIX)
Expand Down

0 comments on commit 07d9879

Please sign in to comment.