summaryrefslogtreecommitdiffstats
path: root/vespaclient/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-15 12:24:53 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-15 12:25:30 +0000
commit0a49fcd272499d99ad061e067325984ce90c937c (patch)
tree5caa202cb7a45efa2d07a2efa14d0aa3a2969645 /vespaclient/CMakeLists.txt
parent754926e273acdb87bc43449ffb11f06a40a65ed3 (diff)
remove superseded perl scripts
Diffstat (limited to 'vespaclient/CMakeLists.txt')
-rw-r--r--vespaclient/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/vespaclient/CMakeLists.txt b/vespaclient/CMakeLists.txt
index 86e30ab1051..9593304cccd 100644
--- a/vespaclient/CMakeLists.txt
+++ b/vespaclient/CMakeLists.txt
@@ -17,17 +17,3 @@ vespa_define_module(
src/vespa/vespaclient/vdsstates
src/vespa/vespaclient/vesparoute
)
-
-vespa_install_script(src/perl/bin/SetNodeState.pl libexec/vespa)
-vespa_install_script(src/perl/bin/GetNodeState.pl libexec/vespa)
-vespa_install_script(src/perl/bin/GetClusterState.pl libexec/vespa)
-
-install(DIRECTORY src/perl/lib/Yahoo/Vespa/
- DESTINATION lib/perl5/site_perl/Yahoo/Vespa
- FILES_MATCHING
- PATTERN "*.pm")
-
-install(DIRECTORY src/perl/lib/Yahoo/Vespa/Bin/
- DESTINATION lib/perl5/site_perl/Yahoo/Vespa/Bin
- FILES_MATCHING
- PATTERN "*.pm")