Skip to content

Commit

Permalink
Try with 23 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeretti committed Oct 31, 2023
1 parent bb3b597 commit 5c4c7ac
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 @@ -37,7 +37,7 @@ set(CMAKE_MACOSX_RPATH 1)
set(BUILD_SHARED_LIBS ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

if(NOT WIN32)
Expand Down

0 comments on commit 5c4c7ac

Please sign in to comment.