From 9da3f07853ee7168a0d0ce39660a7825be0746e2 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 6 Jun 2017 11:41:40 +0000 Subject: Don't install unused fnet apps. --- fnet/src/examples/frt/rpc/CMakeLists.txt | 6 ------ fnet/src/examples/ping/CMakeLists.txt | 2 -- fnet/src/examples/proxy/CMakeLists.txt | 1 - fnet/src/examples/timeout/CMakeLists.txt | 1 - 4 files changed, 10 deletions(-) (limited to 'fnet/src/examples') diff --git a/fnet/src/examples/frt/rpc/CMakeLists.txt b/fnet/src/examples/frt/rpc/CMakeLists.txt index aae76bdcd4f..338fe761b97 100644 --- a/fnet/src/examples/frt/rpc/CMakeLists.txt +++ b/fnet/src/examples/frt/rpc/CMakeLists.txt @@ -2,21 +2,18 @@ vespa_add_executable(fnet_rpc_server_app SOURCES rpc_server.cpp - INSTALL bin DEPENDS fnet ) vespa_add_executable(fnet_rpc_client_app SOURCES rpc_client.cpp - INSTALL bin DEPENDS fnet ) vespa_add_executable(fnet_echo_client_app SOURCES echo_client.cpp - INSTALL bin DEPENDS fnet ) @@ -24,7 +21,6 @@ vespa_add_executable(fnet_rpc_info_app SOURCES rpc_info.cpp OUTPUT_NAME rpc_info - INSTALL bin DEPENDS fnet ) @@ -39,14 +35,12 @@ vespa_add_executable(fnet_rpc_proxy_app vespa_add_executable(fnet_rpc_callback_server_app SOURCES rpc_callback_server.cpp - INSTALL bin DEPENDS fnet ) vespa_add_executable(fnet_rpc_callback_client_app SOURCES rpc_callback_client.cpp - INSTALL bin DEPENDS fnet ) diff --git a/fnet/src/examples/ping/CMakeLists.txt b/fnet/src/examples/ping/CMakeLists.txt index 7354ec9cf48..ff635799848 100644 --- a/fnet/src/examples/ping/CMakeLists.txt +++ b/fnet/src/examples/ping/CMakeLists.txt @@ -3,7 +3,6 @@ vespa_add_executable(fnet_pingserver_app SOURCES packets.cpp pingserver.cpp - INSTALL bin DEPENDS fnet ) @@ -11,7 +10,6 @@ vespa_add_executable(fnet_pingclient_app SOURCES packets.cpp pingclient.cpp - INSTALL bin DEPENDS fnet ) diff --git a/fnet/src/examples/proxy/CMakeLists.txt b/fnet/src/examples/proxy/CMakeLists.txt index bc5dce755a7..45710fc0779 100644 --- a/fnet/src/examples/proxy/CMakeLists.txt +++ b/fnet/src/examples/proxy/CMakeLists.txt @@ -2,7 +2,6 @@ vespa_add_executable(fnet_proxy_app SOURCES proxy.cpp - INSTALL bin DEPENDS fnet ) diff --git a/fnet/src/examples/timeout/CMakeLists.txt b/fnet/src/examples/timeout/CMakeLists.txt index 5b9514ab0c8..2f4a710c1f2 100644 --- a/fnet/src/examples/timeout/CMakeLists.txt +++ b/fnet/src/examples/timeout/CMakeLists.txt @@ -2,7 +2,6 @@ vespa_add_executable(fnet_timeout_app SOURCES timeout.cpp - INSTALL bin DEPENDS fnet ) -- cgit v1.2.3