aboutsummaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2021-11-23 10:02:45 +0100
committerGitHub <noreply@github.com>2021-11-23 10:02:45 +0100
commitda88da8875f9400a517d6c4b4621fe4cbfbea7e2 (patch)
treecfab6d0f0ae274e8fe9ccf9668ba8550b786035e /client/CMakeLists.txt
parent67efd980ce180476ef434d86da32167d3d9bd946 (diff)
Revert "Make client/go/bin/vespa for vespa-clients RPM"
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
deleted file mode 100644
index e3471cc1917..00000000000
--- a/client/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-add_custom_command(OUTPUT go/bin/vespa
- COMMAND make -C go)
-add_custom_target(vespa-cli ALL true
- SOURCES go/bin/vespa)
-vespa_install_script(go/bin/vespa bin)