disable thread safety anonations for freebsd + gtest

pull/1323/head
Jeff Becker 4 years ago
parent 07b994a767
commit 9050085165
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -199,11 +199,6 @@ if (NOT MSVC_VERSION)
add_compile_options(-Wno-unused-function -Wno-deprecated-declarations -Wno-unknown-pragmas)
endif()
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
# STREQUAL because AppleClang's libc++ doesn't yet support thread safety annotations
add_compile_options(-Wthread-safety)
endif()
include(cmake/coverage.cmake)
# these vars are set by the cmake toolchain spec

Loading…
Cancel
Save