summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/clock/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework/src/tests/clock/CMakeLists.txt')
-rw-r--r--storageframework/src/tests/clock/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storageframework/src/tests/clock/CMakeLists.txt b/storageframework/src/tests/clock/CMakeLists.txt
index f887de61239..62bb6eeedc1 100644
--- a/storageframework/src/tests/clock/CMakeLists.txt
+++ b/storageframework/src/tests/clock/CMakeLists.txt
@@ -1,8 +1,9 @@
# 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
DEPENDS
storageframework
- gtest
+ GTest::GTest
)