We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd9fe7 commit 74ef287Copy full SHA for 74ef287
src/plugins/yamlcpp/CMakeLists.txt
@@ -22,10 +22,8 @@ if (DEPENDENCY_PHASE)
22
"which do not point to an object of type `_Sp_counted_base`")
23
endif (${DISABLE_PLUGIN_ASAN})
24
25
- # Ignore warnings about container overflows on FreeBSD.
26
- if (CMAKE_SYSTEM_NAME MATCHES FreeBSD)
27
- set (ASAN_DISABLE_CONTAINER_OVERFLOW_CHECK TEST_ENVIRONMENT "ASAN_OPTIONS=detect_container_overflow=0")
28
- endif (CMAKE_SYSTEM_NAME MATCHES FreeBSD)
+ # Ignore warnings about container overflows.
+ set (ASAN_DISABLE_CONTAINER_OVERFLOW_CHECK TEST_ENVIRONMENT "ASAN_OPTIONS=detect_container_overflow=0")
29
endif (DEPENDENCY_PHASE)
30
31
add_plugin (yamlcpp
0 commit comments