diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 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}) |