Skip to content

Commit

Permalink
feat: default to cpp20 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored May 22, 2024
1 parent bc3893c commit 751b4ec
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 @@ -41,7 +41,7 @@ include(GenerateBuiltinsList)
check_python_module_exists(PYTHON_HAVE_MARKUPSAFE markupsafe)

if (NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
endif()

if (NOT CMAKE_C_STANDARD)
Expand Down

0 comments on commit 751b4ec

Please sign in to comment.