aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/thread/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework/src/tests/thread/CMakeLists.txt')
-rw-r--r--storageframework/src/tests/thread/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storageframework/src/tests/thread/CMakeLists.txt b/storageframework/src/tests/thread/CMakeLists.txt
index 3e6db8c9b57..810b0c59912 100644
--- a/storageframework/src/tests/thread/CMakeLists.txt
+++ b/storageframework/src/tests/thread/CMakeLists.txt
@@ -1,9 +1,10 @@
# 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
taskthreadtest.cpp
DEPENDS
storageframework
- gtest
+ GTest::GTest
)