summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-11-18 14:13:39 +0100
committerGitHub <noreply@github.com>2021-11-18 14:13:39 +0100
commit4fdc1a53fac4a9b0d227d1b5477d3328cf39b4fe (patch)
treeac98b69dadde532a7c96d94529dc76fc737da462 /client
parenta3a76f09fdf15927924aabd06acc16c48803349e (diff)
Revert "Add vespa program to vespa-clients RPM, try 2"
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt3
-rw-r--r--client/go/CMakeLists.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
deleted file mode 100644
index 2353b773c3a..00000000000
--- a/client/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-add_subdirectory(go)
diff --git a/client/go/CMakeLists.txt b/client/go/CMakeLists.txt
deleted file mode 100644
index 105f85fe9a4..00000000000
--- a/client/go/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-vespa_install_script(bin/vespa bin)