[jsoncpp] Add MSVC check

(synced from 3310dbba51)
This commit is contained in:
2022-07-09 22:05:53 -05:00
parent 0b38f8e197
commit 8cc674a71e
+3 -1
View File
@@ -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