mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
fix msvc compiler flags
This commit is contained in:
parent
71a5bca616
commit
e15b53b224
@ -20,7 +20,7 @@ if(MSVC)
|
||||
# ...
|
||||
endif()
|
||||
|
||||
add_definitions(-Wall -Wextra)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
|
||||
|
||||
else()
|
||||
# Check C++14 Compiler support.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user