diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-13 12:15:09 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-13 12:15:09 +0800 |
commit | 6e3e57b43693d6b07bc58a46e33fe18f0a1c5d68 (patch) | |
tree | df780315afb6a4742c3550207a2726f813009acc /conf.d/cmake/config.cmake | |
parent | d75ca330180e943df28435705d36c9e435759de2 (diff) |
fix(confg.cmake): set PROJECT_URL to slience CMake warningicefish_8.99.2icefish_8.99.1icefish/8.99.2icefish/8.99.18.99.28.99.1
No homepage url found. Please set a PROJECT_URL cmake variable in
your config.cmake.
Bug-AGL: SPEC-2804
Change-Id: I21d0233923317ed7fc467f1cadecdf48ec52e11b
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-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 3ac875e..099662c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -23,6 +23,7 @@ set(PROJECT_NAME vshl-core) set(PROJECT_VERSION "1.0") set(PROJECT_PRETTY_NAME "High Level Voice Service Core APIs") set(PROJECT_DESCRIPTION "Binding that provides core voice service arbitration API to AGL apps.") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Naveen Bobbili") set(PROJECT_AUTHOR_MAIL "nbobbili@amazon.com") |