From bfc0251b1e448ea595b5837c46cb5656bc666ec4 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 11 Feb 2022 15:24:06 +0100 Subject: Fix build warnings --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 ## -- cgit v1.2.3