Skip to content

Commit

Permalink
Enable C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 18, 2024
1 parent 1c1f2dd commit cb192d1
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 @@ -26,7 +26,7 @@ endif()
project(libshv LANGUAGES C CXX)
include(CTest)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

Expand Down

0 comments on commit cb192d1

Please sign in to comment.