[jsoncpp] Add MSVC check

This commit is contained in:
Gary Talent 2022-07-09 22:05:53 -05:00
parent 99bdf30c52
commit 3310dbba51

View File

@ -192,7 +192,9 @@ if(JSONCPP_WITH_TESTS)
endif()
# DrinkingTea - begin
if(NOT MSVC)
set(CMAKE_CXX_FLAGS "-Wno-everything")
endif()
# DrinkingTea - end
# Build the different applications