Skip to content
Permalink
Browse files
Disable set warnings as errors for Windows
  • Loading branch information
Buggynours committed Mar 14, 2020
1 parent 45b9fa4 commit 674197e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -73,6 +73,7 @@ ELSE(NOT UNIX)
tabwmi.cpp tabwmi.h tabmac.cpp tabmac.h macutil.cpp macutil.h)
# Add exception handling to the CONNECT project)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX-")
SET(IPHLPAPI_LIBRARY iphlpapi.lib)
IF(MSVC AND (CMAKE_CXX_COMPILER_ID MATCHES Clang))
# Connect does not work with clang-cl

0 comments on commit 674197e

Please sign in to comment.