From 03aa71cc492bd1202e71b7570c94f650c347702f Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 7 Nov 2018 11:09:31 +0100 Subject: config.cmake: fixed a typo remoce extra parenthesis Change-Id: Ieeb5ca1a9064d97c9674dc855dc79aab36cadf3e Signed-off-by: Thierry Bultel --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg