From: Romain Forlot Date: Mon, 29 May 2017 08:40:29 +0000 (+0200) Subject: Fix: mismatch variable name. X-Git-Tag: 3.99.2~61 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d63a072def64647022cff067aff65e957281bf43;p=apps%2Fapp-templates.git Fix: mismatch variable name. Change-Id: I7ab991ec256a68a463418a77aef264e15df1973b Signed-off-by: Romain Forlot --- 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")