aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-09-06 10:13:07 +0800
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-09-06 10:13:07 +0800
commit5fe17b5f6b06d9fa2742438c098ccb8f8b33815b (patch)
treee6906536c9e42eea507bc16706864aab595b6f74
parent47e853c8ee6fa8d4a23af4e3d9e8f359d356684e (diff)
fix(confg.cmake): set PROJECT_URL to slience CMake warning
CMake Warning at /xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/share/ cmake-3.12/Modules/CMakeAfbTemplates/cmake/cmake.d/ 02-variables.cmake:98 (message): No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake. Call Stack (most recent call first): /xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/share/cmake-3.12/Modules/ CMakeAfbTemplates/cmake/common.cmake:101 (include) /xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/share/cmake-3.12/Modules/ CMakeAfbTemplates.cmake:19 (include) conf.d/cmake/config.cmake:158 (include) CMakeLists.txt:21 (include) Bug-AGL: SPEC-2804 Change-Id: Ib6d057f428cde13930d2db313cba8746d67410e4 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--conf.d/cmake/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index c5d1b4b..7c29266 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -21,6 +21,7 @@
set(PROJECT_NAME agl-service-mediaplayer)
set(PROJECT_PRETTY_NAME "AFM binding for Mediaplay services")
set(PROJECT_DESCRIPTION "Binding for Mediaplayer media control")
+set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-mediaplayer")
set(PROJECT_VERSION "1.0")
set(PROJECT_ICON "icon.png")
set(PROJECT_LICENSE "APL2.0")