From 48b8c3e9b42331c8fbd1fd6173ae67870490b9e1 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 10 Oct 2025 23:22:47 +0300 Subject: [PATCH] fix --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e1cf260..000f2c3c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -112,7 +112,7 @@ target_compile_options( -Wno-sign-compare -Wno-unknown-pragmas > - $<$: + $<$: -Wduplicated-branches -Wduplicated-cond >)