Skip to content

Commit

Permalink
cmake: C++20 enablement
Browse files Browse the repository at this point in the history
Enables the C++ 20 standard
  • Loading branch information
Wunkolo committed Oct 14, 2024
1 parent b2c6159 commit 272996a
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 @@ -29,7 +29,7 @@ else()
project(flycast)
endif()

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(NINTENDO_SWITCH)
set(CMAKE_CXX_EXTENSIONS ON)
Expand Down

0 comments on commit 272996a

Please sign in to comment.