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