Skip to content

Commit

Permalink
build: use c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Sep 3, 2024
1 parent 246d77e commit ed83f3f
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 @@ -9,7 +9,7 @@ add_definitions(
/D_UNICODE=1 /DUNICODE=1 # do Unicode build
/D_CRT_SECURE_NO_WARNINGS # disable warnings about old libc functions
)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 17)

if (MSVC)
add_compile_options(/utf-8)
Expand Down

0 comments on commit ed83f3f

Please sign in to comment.