diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-08 13:46:45 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:13 +0200 |
commit | ad5fadb0a26e8f881d6d633fde25c1801dc8b254 (patch) | |
tree | 341fc63ab013049768a8100edc71f9665a2b22a6 /conf.d/project/etc | |
parent | 7d94151e66855bf6f9ba3a4c639c26b277ac4545 (diff) |
Fixed CMakefile target naming
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r-- | conf.d/project/etc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/project/etc/CMakeLists.txt b/conf.d/project/etc/CMakeLists.txt index 2e7daa7..3789646 100644 --- a/conf.d/project/etc/CMakeLists.txt +++ b/conf.d/project/etc/CMakeLists.txt @@ -19,7 +19,7 @@ ################################################## # Control Policy Config file ################################################## -PROJECT_TARGET_ADD(softmixer-config) +PROJECT_TARGET_ADD(afb-test-config) file(GLOB CONF_FILES "*.json") |