diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-17 18:43:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:20 +0200 |
commit | 6daf741824b7c6e1c60b7a26fc91c454876f7392 (patch) | |
tree | ae8d799901525483854d155b71c1c405055a799b /templates/service/etc/config.cmake | |
parent | 1f5b3784367fa244ee5b7cf1bbbb3febf993854f (diff) |
Update template to the reference
Change-Id: I32b9911fa0f8b294e3f38ce88de2ed58a9b57c71
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/service/etc/config.cmake')
-rw-r--r-- | templates/service/etc/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service/etc/config.cmake b/templates/service/etc/config.cmake index 0d8ec9f..e614619 100644 --- a/templates/service/etc/config.cmake +++ b/templates/service/etc/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(NAME service-example) +set(PROJECT_NAME service-example) set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Service binding Example") set(PROJECT_DESCRIPTION "service binding AGL application example") |