From 28b0e53006563624e510c81dd080c9ac4be85d53 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sat, 24 Apr 2021 23:50:01 +0300 Subject: [PATCH] Don't include GoogleTest module It's not used, and is only available since CMake 3.9. --- tests/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 740818ba1..3e90d7e2c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,5 @@ #set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) -include(GoogleTest) - include_directories( SYSTEM ${CMAKE_SOURCE_DIR}/third-party/googletest/googletest/include