From 38e4b9017a32ff80d433611ebf69dffd41c1e0ff Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Apr 2021 21:45:39 +0200 Subject: CMakeLists.txt: Leave finding gtest.pc to GMock cmake module. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9520765..165f2ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,11 +21,6 @@ endif() 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.8.1) -endif() - find_package (PkgConfig REQUIRED) pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) -- cgit v1.2.3