From bbe290180e77c44819d9cb711e573ce344e34f30 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Apr 2021 21:27:05 +0200 Subject: CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest. Support building on Debian 10. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 459746c..9520765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,11 +19,11 @@ endif() # Check for prerequisites -set(DEPS glib-2.0>=2.64 gtk+-3.0>=3.24) +set(DEPS glib-2.0>=2.58 gtk+-3.0>=3.24) if(NOT DISABLE_TESTS) # We also need gcovr and lcov - set(DEPS ${DEPS} gtest>=1.10) + set(DEPS ${DEPS} gtest>=1.8.1) endif() find_package (PkgConfig REQUIRED) -- cgit v1.2.3