summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/container/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/tests/container/CMakeLists.txt')
-rw-r--r--vdslib/src/tests/container/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdslib/src/tests/container/CMakeLists.txt b/vdslib/src/tests/container/CMakeLists.txt
index 9f7b2e33efa..47ffbcf7b82 100644
--- a/vdslib/src/tests/container/CMakeLists.txt
+++ b/vdslib/src/tests/container/CMakeLists.txt
@@ -1,4 +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)
vespa_add_library(vdslib_containertest
SOURCES
parameterstest.cpp
@@ -6,5 +7,5 @@ vespa_add_library(vdslib_containertest
documentsummarytest.cpp
DEPENDS
vdslib
- gtest
+ GTest::GTest
)