From 7fea15b9942b69a03796b6b2b104a208c82c1806 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Wed, 14 Sep 2022 21:12:18 +0200 Subject: Fix a CMake-breaking typo in the just commited code --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4781ed52..91ee8217 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ else() if (Wno-${FLAG}_SUPPORTED AND NOT CMAKE_CXX_FLAGS MATCHES "W(no-)?${FLAG}($| )") add_compile_options(-Wno-${FLAG}) + endif() endforeach () endif() -- cgit v1.2.3