From 6faef2305955b025c3cf1cfaf17a6aa073727c24 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 2 Jan 2018 12:58:48 +0100 Subject: Make low-can use afb-genskel by default Cleaning header file inclusion Change-Id: Ic0dd9637ecd491692bd4b8b39e9602e85498c0a9 Signed-off-by: Romain Forlot --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index dc4debf..bb3c541 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit dc4debf13f6653163ea969ec57945edd9545c748 +Subproject commit bb3c5413dd0e2ff098a99748a53be1c66186f235 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 214a27e..59a2566 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -26,7 +26,7 @@ set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Romain Forlot") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_LICENSE "APL2.0") -set(PROJECT_LANGUAGES,"C CXX") +set(PROJECT_LANGUAGES "C;CXX") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory -- cgit 1.2.3-korg