summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-06-12 15:20:56 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-06-12 15:32:05 +0000
commit087bc4b3e645e46a4182a143941d90385f37aaf1 (patch)
treecd664fd292a10fbb2427e13303e36df48a9d0cb3 /vespalib
parent077461d27e465a1628cc00ebbcd7721ffd5783b8 (diff)
Don't install test/internal applications.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/apps/make_fixture_macros/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/vespalib/src/apps/make_fixture_macros/CMakeLists.txt b/vespalib/src/apps/make_fixture_macros/CMakeLists.txt
index 33709d7c047..17678acc92f 100644
--- a/vespalib/src/apps/make_fixture_macros/CMakeLists.txt
+++ b/vespalib/src/apps/make_fixture_macros/CMakeLists.txt
@@ -2,6 +2,5 @@
vespa_add_executable(vespalib_make_fixture_macros_app
SOURCES
make_fixture_macros.cpp
- INSTALL bin
DEPENDS
)