From 7e44c266159efc16d360841b5fcc8c98acfbc559 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 9 Sep 2020 17:25:21 +0200 Subject: [PATCH] Fix CI failure --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0882b7..041ec55 100644 --- a/CMakeLists.txt +++ b/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)