Browse Source

Fix CI failure

pipelines/235045657
eidheim 5 years ago
parent
commit
7e44c26615
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -29,7 +29,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_compile_options(-Wno-cpp)
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options("-Wno-#warnings")
add_compile_options(-Wthread-safety)
add_compile_options(-Wthread-safety -Wno-deprecated)
endif()
if(APPLE)

Loading…
Cancel
Save