summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-29 10:40:29 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:20 +0200
commitc9fc78954b971ea8fcb8383e6807c55ee08bb2aa (patch)
tree050e72f6ee3dc81910efcf440f38ad95a493bfbe /cmake
parent6eef7cd882449a44196589505eb0e6a224a497a9 (diff)
Fix: mismatch variable name.
Change-Id: I7ab991ec256a68a463418a77aef264e15df1973b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.cmake.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample
index af5ad93..eea08d9 100644
--- a/cmake/config.cmake.sample
+++ b/cmake/config.cmake.sample
@@ -19,7 +19,7 @@
# Project Info
# ------------------
set(PROJECT_NAME example)
-set(VERSION "0.0")
+set(PROJECT_VERSION "0.0")
set(PROJECT_PRETTY_NAME "Example")
set(PROJECT_DESCRIPTION "AGL application example")
set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates")