diff --git a/CMakeLists.txt b/CMakeLists.txt index 249042e41..74e9ffd5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ add_compile_options($<$:-fpermissive>) add_compile_options(-Wno-unused-function -Wno-deprecated-declarations -Wno-unknown-pragmas) if (USING_CLANG) - add_compile_options(-Wthread-safety -Wthread-safety-negative) + add_compile_options(-Wthread-safety) endif() if (WITH_COVERAGE)