aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-10-19 18:02:32 +0200
committerselsta <selsta@sent.at>2021-10-19 18:02:45 +0200
commit49ade0d689a609d33ab287f1ef63492cc90bba7c (patch)
treeeef98883c39d5cc72fffc0359b9a60cfe955d44e /CMakeLists.txt
parent2f109d3333a09423696e82287445078e9290b8d5 (diff)
downloadmonzero-gui-49ade0d689a609d33ab287f1ef63492cc90bba7c.tar.gz
monzero-gui-49ade0d689a609d33ab287f1ef63492cc90bba7c.tar.xz
monzero-gui-49ade0d689a609d33ab287f1ef63492cc90bba7c.zip
cmake: remove werror
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93782659..98ad32fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -388,8 +388,6 @@ if(APPLE)
endif()
# warnings
-add_c_flag_if_supported(-Werror C_SECURITY_FLAGS)
-add_cxx_flag_if_supported(-Werror CXX_SECURITY_FLAGS)
add_c_flag_if_supported(-Wformat C_SECURITY_FLAGS)
add_cxx_flag_if_supported(-Wformat CXX_SECURITY_FLAGS)
add_c_flag_if_supported(-Wformat-security C_SECURITY_FLAGS)