summaryrefslogtreecommitdiffstats
path: root/vdstestlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-19 18:19:50 +0100
committerGitHub <noreply@github.com>2019-03-19 18:19:50 +0100
commite9ac68ee979da73613b839c753d6182dcb9295e3 (patch)
treef56e2994f6f5e12ae9c96e0475f3bc57ca628a8b /vdstestlib
parente5b87d5304e2d35417ddff6334acd128b78c25d8 (diff)
Revert "Dont install libraries that depend on cppunit now that it has been re...."
Diffstat (limited to 'vdstestlib')
-rw-r--r--vdstestlib/src/vespa/vdstestlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
index 5c402bc3d7d..ce80f8dd644 100644
--- a/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
+++ b/vdstestlib/src/vespa/vdstestlib/CMakeLists.txt
@@ -2,6 +2,7 @@
vespa_add_library(vdstestlib
SOURCES
$<TARGET_OBJECTS:vdstestlib_vdstestlib_cppunit>
+ INSTALL lib64
DEPENDS
cppunit
)