summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/persistence/common/CMakeLists.txt')
-rw-r--r--storage/src/tests/persistence/common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/common/CMakeLists.txt b/storage/src/tests/persistence/common/CMakeLists.txt
index 53ec3fd7c0c..29b826c0c9b 100644
--- a/storage/src/tests/persistence/common/CMakeLists.txt
+++ b/storage/src/tests/persistence/common/CMakeLists.txt
@@ -1,10 +1,11 @@
# 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(storage_testpersistence_common TEST
SOURCES
filestortestfixture.cpp
persistenceproviderwrapper.cpp
DEPENDS
- gtest
+ GTest::GTest
persistence
storage_testcommon
)