diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-11 14:18:00 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-12 20:13:07 +0000 |
commit | 9fd22edfccba7fb90552ac58b58cb445db3d00bd (patch) | |
tree | eedbfae17b6e2d1e8109bd41ce3c34a88ccd806b /conf.d | |
parent | 87962da0028ecd01f0a8e029e1f4129f68d4a272 (diff) |
Change the project name
Change the project name to be consistent with other AGL services project.
Change-Id: I2dbd53f59673217c8796bc23c208ed55c1b1716f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 441321d1..924833b3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME low-can-service) +set(PROJECT_NAME agl-service-can-low-level) set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level") |