From 8c5c93ef55f859ddf723db7a7dca3568e1fd92c1 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Thu, 25 Aug 2022 13:49:29 +0000 Subject: fix custom target name --- client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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) -- cgit v1.2.3