aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/test/authority/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/test/authority/CMakeLists.txt')
-rw-r--r--fbench/src/test/authority/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/fbench/src/test/authority/CMakeLists.txt b/fbench/src/test/authority/CMakeLists.txt
index 00f804f43f6..09c1152383e 100644
--- a/fbench/src/test/authority/CMakeLists.txt
+++ b/fbench/src/test/authority/CMakeLists.txt
@@ -1,10 +1,11 @@
# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+find_package(GTest REQUIRED)
vespa_add_executable(fbench_authority_test_app TEST
SOURCES
authority_test.cpp
DEPENDS
fbench_util
vespalib
- gtest
+ GTest::GTest
)
vespa_add_test(NAME fbench_authority_test_app COMMAND fbench_authority_test_app)