diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-22 10:09:29 +0100 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-22 10:09:29 +0100 |
commit | 05e2081dc90966a4e8dd98f908c64bfe666d136e (patch) | |
tree | b82c6933a2620cad4ed84d23070de11c88b7603c | |
parent | b49f441730cbe92fed4994709e6c39645b9efcd6 (diff) |
fix(confg.cmake): set PROJECT_URL to silence CMake warningicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.28.99.58.99.48.99.38.99.2
No homepage url found. Please set a PROJECT_URL cmake variable in
your config.cmake.
Bug-AGL: SPEC-2804
Change-Id: I5f0e9965cfd9d80d3ef2014d16cde621ffcd480a
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-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 792b9ae..8f0b126 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -22,6 +22,7 @@ set(PROJECT_NAME agl-service-weather) set(PROJECT_PRETTY_NAME "AFM binding for weather interface") set(PROJECT_DESCRIPTION "Binding for weather interface") set(PROJECT_VERSION "1.0") +set(PROJECT_URL https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-weather) set(PROJECT_ICON "icon.png") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES,"C") |