mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Suppress gtest warnings on xcode
This commit is contained in:
@@ -10,7 +10,7 @@ endif()
|
|||||||
|
|
||||||
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR
|
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR
|
||||||
"${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
|
"${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
|
||||||
set(yaml_test_flags "-Wno-c99-extensions")
|
set(yaml_test_flags "-Wno-c99-extensions -Wno-variadic-macros -Wno-sign-compare")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(GLOB test_headers [a-z_]*.h)
|
file(GLOB test_headers [a-z_]*.h)
|
||||||
|
Reference in New Issue
Block a user