Fix: Project name not set.
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 17 May 2017 16:39:38 +0000 (18:39 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 17 May 2017 16:39:38 +0000 (18:39 +0200)
Wrong variable used, it was PROJECT_NAME that is used in macros.cmake.

Change-Id: Ie7e88cde77a826478e027a543a7d5c6210f44360
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
reference/etc/config.cmake

index 8b1db3b..2520153 100644 (file)
@@ -18,7 +18,7 @@
 
 # Project Info
 # ------------------
-set(NAME example)
+set(PROJECT_NAME example)
 set(VERSION "0.0")
 set(PROJECT_PRETTY_NAME "Example")
 set(PROJECT_DESCRIPTION "AGL application example")