Skip to content

Commit 5a37a8b

Browse files
authored
Update CMakeLists.txt
1 parent 5ca1e12 commit 5a37a8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ if (WIN32)
8888
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
8989

9090
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
91+
if (APPVEYOR)
92+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W0")
93+
endif()
9194
endif()
9295

9396
set(LIB_Ws2_32 Ws2_32)

0 commit comments

Comments
 (0)