summaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/src/vespa/vdstestlib/CMakeLists.txt')
-rw-r--r--vdstestlib/src/vespa/vdstestlib/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
index ce80f8dd644..86ca3461302 100644
--- a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
+++ b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vdstestlib
SOURCES
- $<TARGET_OBJECTS:vdstestlib_vdstestlib_cppunit>
+ $<TARGET_OBJECTS:vdstestlib_vdstestlib_config>
INSTALL lib64
- DEPENDS
- cppunit
)