Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Sep 29, 2023
1 parent 64740cd commit 8b5bcd2
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 @@ -52,7 +52,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
endif()

# --- The C/C++ standard
set(DEFAULT_CXX_STD 17)
set(DEFAULT_CXX_STD 20)

if (NOT MSVC)
if (NOT CXX_STD)
Expand Down

0 comments on commit 8b5bcd2

Please sign in to comment.