summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-06 11:41:40 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-06 11:41:40 +0000
commit9da3f07853ee7168a0d0ce39660a7825be0746e2 (patch)
tree3cf555b66d47a80392c5c6366f2707d0aeb62b26 /fnet
parent77e38e9b883580382e555bdba3c553883bc3f72b (diff)
Don't install unused fnet apps.
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/examples/frt/rpc/CMakeLists.txt6
-rw-r--r--fnet/src/examples/ping/CMakeLists.txt2
-rw-r--r--fnet/src/examples/proxy/CMakeLists.txt1
-rw-r--r--fnet/src/examples/timeout/CMakeLists.txt1
4 files changed, 0 insertions, 10 deletions
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
)