summaryrefslogtreecommitdiffstats
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
parent077461d27e465a1628cc00ebbcd7721ffd5783b8 (diff)
Don't install test/internal applications.
-rw-r--r--jrt_test/src/jrt-test/simpleserver/CMakeLists.txt1
-rw-r--r--messagebus/src/apps/printversion/CMakeLists.txt1
-rw-r--r--searchcore/src/apps/vespa-dump-feed/CMakeLists.txt1
-rw-r--r--storageapi/src/vespa/storageapi/app/CMakeLists.txt1
-rw-r--r--vespalib/src/apps/make_fixture_macros/CMakeLists.txt1
5 files changed, 0 insertions, 5 deletions
diff --git a/jrt_test/src/jrt-test/simpleserver/CMakeLists.txt b/jrt_test/src/jrt-test/simpleserver/CMakeLists.txt
index 922fa7edf49..9c88dacdb1d 100644
--- a/jrt_test/src/jrt-test/simpleserver/CMakeLists.txt
+++ b/jrt_test/src/jrt-test/simpleserver/CMakeLists.txt
@@ -2,6 +2,5 @@
vespa_add_executable(jrt_test_simpleserver_app
SOURCES
simpleserver.cpp
- INSTALL bin
DEPENDS
)
diff --git a/messagebus/src/apps/printversion/CMakeLists.txt b/messagebus/src/apps/printversion/CMakeLists.txt
index 2576eef901e..03f351bbda7 100644
--- a/messagebus/src/apps/printversion/CMakeLists.txt
+++ b/messagebus/src/apps/printversion/CMakeLists.txt
@@ -2,7 +2,6 @@
vespa_add_executable(messagebus_printversion_app
SOURCES
printversion.cpp
- INSTALL bin
DEPENDS
messagebus
)
diff --git a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
index 85a704a7318..0d837bf05e2 100644
--- a/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
+++ b/searchcore/src/apps/vespa-dump-feed/CMakeLists.txt
@@ -2,7 +2,6 @@
vespa_add_executable(searchcore_vespa-dump-feed_app
SOURCES
vespa-dump-feed.cpp
- INSTALL bin
DEPENDS
)
vespa_add_target_system_dependency(searchcore_vespa-dump-feed_app boost boost_system-mt-d)
diff --git a/storageapi/src/vespa/storageapi/app/CMakeLists.txt b/storageapi/src/vespa/storageapi/app/CMakeLists.txt
index 45f48e4d1a0..639b866a123 100644
--- a/storageapi/src/vespa/storageapi/app/CMakeLists.txt
+++ b/storageapi/src/vespa/storageapi/app/CMakeLists.txt
@@ -2,7 +2,6 @@
vespa_add_executable(storageapi_getbucketid_app
SOURCES
getbucketid.cpp
- INSTALL bin
DEPENDS
storageapi
)
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
)