mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-22 15:02:54 -04:00
Remove manual C++20 compile option from MSVC
Not necessary, we already set CMAKE_CXX_STANDARD
This commit is contained in:
@@ -27,7 +27,6 @@ elseif (MSVC)
|
||||
add_compile_options(/Zc:strictStrings-)
|
||||
add_compile_options(/MP)
|
||||
add_compile_options(/W0)
|
||||
add_compile_options(/std:c++20)
|
||||
endif ()
|
||||
if (NOT MSVC)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-error -Wno-c++11-narrowing")
|
||||
|
||||
Reference in New Issue
Block a user