Skip to content

Commit

Permalink
[no ci] chore: upgrade to cxx20 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin authored Dec 24, 2024
1 parent c1176a3 commit d22af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/shared.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING
FORCE
)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

if(LINUX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
Expand Down

0 comments on commit d22af14

Please sign in to comment.