diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-13 14:29:22 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-20 20:38:25 +0000 |
commit | c70d74ea950e3fdf8d20c877fbbc593ee3771b12 (patch) | |
tree | 16605e29685af58a599f81c2a2cba1e513477e65 /conf.d | |
parent | 266c9b1cefb3e33c825e6a994b8bb481654d86d1 (diff) |
fix(confg.cmake): set PROJECT_URL to slience CMake warning
No homepage url found. Please set a PROJECT_URL cmake variable in
your config.cmake.
Bug-AGL: SPEC-2804
Change-Id: Ia48f90c209cd592224de290fc47e50cfc84b76c6
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
(cherry picked from commit 74918f214f5771f48ab908142016b941e0c7b142)
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index ce248d5..a1d7957 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -22,6 +22,7 @@ set(PROJECT_NAME vshl-capabilities) set(PROJECT_VERSION "0.1") set(PROJECT_PRETTY_NAME "High Level Voice Service capabilities APIs") set(PROJECT_DESCRIPTION "Binding that provides high level voice service capabilities subscribe and publish APIs to AGL apps.") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high-capabilities") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Naveen Bobbili") set(PROJECT_AUTHOR_MAIL "nbobbili@amazon.com") |