diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-14 21:12:18 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-14 21:12:18 +0200 |
commit | 7fea15b9942b69a03796b6b2b104a208c82c1806 (patch) | |
tree | c7cc781c053860094d373f652020fe6e65802d27 | |
parent | 51ebb9166df1dee7831d9ab25aaa8e70bd65aa16 (diff) | |
download | libquotient-7fea15b9942b69a03796b6b2b104a208c82c1806.tar.gz libquotient-7fea15b9942b69a03796b6b2b104a208c82c1806.zip |
Fix a CMake-breaking typo in the just commited code
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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() |