mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
12 lines
329 B
Diff
12 lines
329 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9d41d0c..1f82fe7 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -41,7 +41,6 @@ if (UNIX)
|
|
# enable werror on linux
|
|
if (NOT APPLE)
|
|
message("Werror enabled on linux")
|
|
- target_compile_options(QOwnNotes PRIVATE -Werror)
|
|
endif()
|
|
endif()
|
|
|