summaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/ping/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/examples/ping/CMakeLists.txt')
-rw-r--r--fnet/src/examples/ping/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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
)