summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-29 11:02:04 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-29 11:15:12 +0200
commitbbd7e827c77b17f31b6e65d44a485cd506f9f784 (patch)
tree8536deb7d66bb8a50ba96a33681954560ccb9aab
parente639fc41adbd3dde2bd8a2be746c772171fa1b9d (diff)
Update mismatched variables.
Change-Id: I60db8a08255fbd0cb24e06e38871cd926bba153f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CAN-binder/conf.d/config.cmake3
1 files changed, 2 insertions, 1 deletions
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