From 717dcd63f77efcf4368d094b43677a307eea2727 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 24 Jan 2025 19:34:27 -0600 Subject: [PATCH] build-packages no longer exists as a CLI utility --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 8bfe17b..fad592a 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -135,6 +135,6 @@ target_link_libraries(web_ui # # Copy templates # -install(TARGETS web_ui build-packages fetch-indexes update-maintainer lintian-ppa +install(TARGETS web_ui fetch-indexes update-maintainer lintian-ppa RUNTIME DESTINATION . )