From: Romain Forlot Date: Mon, 29 May 2017 09:02:04 +0000 (+0200) Subject: Update mismatched variables. X-Git-Tag: Renesas_delivery_Q2~84 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bbd7e827c77b17f31b6e65d44a485cd506f9f784;p=apps%2Flow-level-can-service.git Update mismatched variables. Change-Id: I60db8a08255fbd0cb24e06e38871cd926bba153f Signed-off-by: Romain Forlot --- diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index 614e856..9393cc7 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -19,13 +19,14 @@ # Project Info # ------------------ set(PROJECT_NAME low-can-project) -set(VERSION "1.0") +set(PROJECT_VERSION "1.0") set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://github.com/iotbzh/CAN_signaling") set(PROJECT_AUTHOR "Romain Forlot") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_ICON "icon.png") +set(PROJECT_LICENCE "APL2.0") set(PROJECT_LANGUAGES,"C") # Where are stored default templates files from submodule or subtree app-templates in your project tree