[jsoncpp] Add MSVC check
This commit is contained in:
parent
99bdf30c52
commit
3310dbba51
4
deps/ox/deps/jsoncpp/CMakeLists.txt
vendored
4
deps/ox/deps/jsoncpp/CMakeLists.txt
vendored
@ -192,7 +192,9 @@ if(JSONCPP_WITH_TESTS)
|
||||
endif()
|
||||
|
||||
# DrinkingTea - begin
|
||||
set(CMAKE_CXX_FLAGS "-Wno-everything")
|
||||
if(NOT MSVC)
|
||||
set(CMAKE_CXX_FLAGS "-Wno-everything")
|
||||
endif()
|
||||
# DrinkingTea - end
|
||||
|
||||
# Build the different applications
|
||||
|
Loading…
Reference in New Issue
Block a user