From d9093924c9bd5f1398dd95f28082906dba19eb96 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Sun, 1 May 2022 11:33:51 +0200 Subject: [PATCH] Disable deprecation warnings on ICPC --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 80966bc34..75bc6f980 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -54,6 +54,7 @@ target_compile_options(test_main PUBLIC $<$>:-Wno-deprecated;-Wno-float-equal> $<$:-Wno-deprecated-declarations> + $<$:-diag-disable=1786> ) target_include_directories(test_main PUBLIC thirdparty/doctest