aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-07-07 14:56:59 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-07-07 15:00:09 +0200
commit4e5858cdda13f65630298781ed9c2e34e70e8439 (patch)
treef5cd34c871dec2d014cfc06cf3a9645ad3e382d7 /storageframework
parentdd53e53f64a207d6efd16ab147f70448cf91085f (diff)
Consolidate search for GTest.
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/tests/CMakeLists.txt2
-rw-r--r--storageframework/src/tests/clock/CMakeLists.txt1
-rw-r--r--storageframework/src/tests/thread/CMakeLists.txt1
3 files changed, 0 insertions, 4 deletions
diff --git a/storageframework/src/tests/CMakeLists.txt b/storageframework/src/tests/CMakeLists.txt
index 1cf40b8a2ef..9e3a7fa1707 100644
--- a/storageframework/src/tests/CMakeLists.txt
+++ b/storageframework/src/tests/CMakeLists.txt
@@ -1,7 +1,5 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-find_package(GTest REQUIRED)
-
# Runner for unit tests written in gtest.
# NOTE: All new test classes should be added here.
vespa_add_executable(storageframework_gtest_runner_app TEST
diff --git a/storageframework/src/tests/clock/CMakeLists.txt b/storageframework/src/tests/clock/CMakeLists.txt
index 62bb6eeedc1..1eb2a54776c 100644
--- a/storageframework/src/tests/clock/CMakeLists.txt
+++ b/storageframework/src/tests/clock/CMakeLists.txt
@@ -1,5 +1,4 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-find_package(GTest REQUIRED)
vespa_add_library(storageframework_testclock
SOURCES
timetest.cpp
diff --git a/storageframework/src/tests/thread/CMakeLists.txt b/storageframework/src/tests/thread/CMakeLists.txt
index 810b0c59912..4eba6eaf68f 100644
--- a/storageframework/src/tests/thread/CMakeLists.txt
+++ b/storageframework/src/tests/thread/CMakeLists.txt
@@ -1,5 +1,4 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-find_package(GTest REQUIRED)
vespa_add_library(storageframework_testthread
SOURCES
tickingthreadtest.cpp