From 087bc4b3e645e46a4182a143941d90385f37aaf1 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Mon, 12 Jun 2017 15:20:56 +0000 Subject: Don't install test/internal applications. --- jrt_test/src/jrt-test/simpleserver/CMakeLists.txt | 1 - messagebus/src/apps/printversion/CMakeLists.txt | 1 - searchcore/src/apps/vespa-dump-feed/CMakeLists.txt | 1 - storageapi/src/vespa/storageapi/app/CMakeLists.txt | 1 - vespalib/src/apps/make_fixture_macros/CMakeLists.txt | 1 - 5 files changed, 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 ) -- cgit v1.2.3