We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b9fa4 commit 674197eCopy full SHA for 674197e
storage/connect/CMakeLists.txt
@@ -73,6 +73,7 @@ ELSE(NOT UNIX)
73
tabwmi.cpp tabwmi.h tabmac.cpp tabmac.h macutil.cpp macutil.h)
74
# Add exception handling to the CONNECT project)
75
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
76
+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX-")
77
SET(IPHLPAPI_LIBRARY iphlpapi.lib)
78
IF(MSVC AND (CMAKE_CXX_COMPILER_ID MATCHES Clang))
79
# Connect does not work with clang-cl
0 commit comments