aboutsummaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-08-25 13:49:29 +0000
committerArne Juul <arnej@yahooinc.com>2022-08-25 13:49:56 +0000
commit8c5c93ef55f859ddf723db7a7dca3568e1fd92c1 (patch)
treeb2aa489134b7181c936674831eeca83a3cc2b0b1 /client/CMakeLists.txt
parent51f3b07e26b3836aa341cd6740904ae4d8d5f492 (diff)
fix custom target name
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 56c6cacc526..d3f9439da40 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -10,7 +10,7 @@ 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(vespalog_deploy ALL DEPENDS ${GODIR}/bin/vespa-deploy)
+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)