From bbd7e827c77b17f31b6e65d44a485cd506f9f784 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 29 May 2017 11:02:04 +0200 Subject: Update mismatched variables. Change-Id: I60db8a08255fbd0cb24e06e38871cd926bba153f Signed-off-by: Romain Forlot --- CAN-binder/conf.d/config.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg