aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:41:48 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:41:48 +0100
commitba692f8e3b90bccc345e241feb3378402ae7ef5d (patch)
treed99cbed11c392778406fe64c7c8cc1e7f7959507 /CMakeLists.txt
parentadb447d7067f73db4040ad3119a2a52cd08879a2 (diff)
parent20dbe77b8382c53650dffa0bf78a71c43d848d5d (diff)
downloadayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.tar.gz
ayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.tar.bz2
ayatana-indicator-datetime-ba692f8e3b90bccc345e241feb3378402ae7ef5d.zip
Merge branch 'tari01-pr/build-with-werror'
Attributes GH PR #88: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/88
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba6ebfa..6daef80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,8 @@ else()
add_definitions("-Wall")
endif()
+add_definitions("-Wno-sign-compare") # Needed for GTest on Ubuntu
+
##
## GNU standard installation directories
##