aboutsummaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-08-25 17:32:08 +0000
committerArne Juul <arnej@yahooinc.com>2022-08-25 17:32:08 +0000
commit72ffc8d70bd9972432d0eb11153845fd966fa5cb (patch)
tree864889fc106d2f60f134cd41146d18251ab838e3 /client/CMakeLists.txt
parent54ead4eb7e4ca49b24321f56a7d09e714fa087ae (diff)
remove duplicate target with same command
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index d3f9439da40..c87e9855fe9 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -10,7 +10,6 @@ add_custom_command(OUTPUT ${GODIR}/bin/vespa-logfmt ${GODIR}/bin/vespa-deploy
WORKING_DIRECTORY ${GODIR})
add_custom_target(vespalog_logfmt ALL DEPENDS ${GODIR}/bin/vespa-logfmt)
-add_custom_target(vespa_deploy_go ALL DEPENDS ${GODIR}/bin/vespa-deploy)
install(PROGRAMS ${GODIR}/bin/vespa-logfmt DESTINATION bin)
install(PROGRAMS ${GODIR}/bin/vespa-deploy DESTINATION bin)