From 613ab367aecb28fddfc9dccd4c5394c35dd654dc Mon Sep 17 00:00:00 2001 From: Li Xiaoming Date: Fri, 22 Nov 2019 09:56:37 +0100 Subject: fix(confg.cmake): set PROJECT_URL to silence CMake warning No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake. Bug-AGL: SPEC-2804 Change-Id: I6e135c06c6aa5315ffb9db3907bb20c533ddc79e Signed-off-by: Li Xiaoming --- conf.d/cmake/config.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.d/cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index af2e4c2..2867b88 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -22,6 +22,7 @@ set(PROJECT_NAME agl-service-audiomixer) set(PROJECT_PRETTY_NAME "Audio mixer binding service") set(PROJECT_DESCRIPTION "Expose PipeWire mixer controls through the AGL Framework") set(PROJECT_VERSION "0.1") +set(PROJECT_URL https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-audiomixer) set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "George Kiagiadakis") set(PROJECT_AUTHOR_MAIL "george.kiagiadakis@collabora.com") -- cgit 1.2.3-korg