aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-11-07 11:09:31 +0100
committerThierry Bultel <thierry.bultel@iot.bzh>2018-11-07 11:09:31 +0100
commit03aa71cc492bd1202e71b7570c94f650c347702f (patch)
treef7e4fef98695c225f0698b17751332f7329093ea
parent58d6669b5eea1ea37d0077f471950e4da6256a65 (diff)
config.cmake: fixed a typo
remoce extra parenthesis Change-Id: Ieeb5ca1a9064d97c9674dc855dc79aab36cadf3e Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 6f5caf5..c3a72df 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -27,7 +27,7 @@ set(PROJECT_AUTHOR "Ar Foll, Fulup")
set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh")
set(PROJECT_LICENSE "APL2.0")
set(PROJECT_LANGUAGES "C")
-set(API_NAME "smixer"))
+set(API_NAME "smixer")
# Where are stored the project configuration files
# relative to the root project directory