summaryrefslogtreecommitdiffstats
path: root/vdstestlib
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-03-19 08:13:58 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2019-03-19 08:13:58 +0100
commitf634907c6804aa52aed8819413bd9fead35bb66b (patch)
treef544489e68cc10d96bf4dbd8ce25ec0c7d869324 /vdstestlib
parentde69949611cb36b688c280333347f39aaec7304b (diff)
Dont install libraries that depend on cppunit now that it has been removed from the runtime dependencies.
Diffstat (limited to 'vdstestlib')
-rw-r--r--vdstestlib/src/vespa/vdstestlib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
index ce80f8dd644..5c402bc3d7d 100644
--- a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
+++ b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
@@ -2,7 +2,6 @@
vespa_add_library(vdstestlib
SOURCES
$<TARGET_OBJECTS:vdstestlib_vdstestlib_cppunit>
- INSTALL lib64
DEPENDS
cppunit
)