From 20eaa9b48b43407a9a4f023655cb940c59b8917a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 9 Jun 2017 18:11:24 +0200 Subject: Rename submodule path to app-templates as the repo Change-Id: Ic4c2c5e50a19199614b7f1aaa8e1d2f9992fb3af Signed-off-by: Romain Forlot --- CAN-binder/conf.d/app-templates | 1 + CAN-binder/conf.d/config.cmake | 2 +- CAN-binder/conf.d/default | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 160000 CAN-binder/conf.d/app-templates delete mode 160000 CAN-binder/conf.d/default (limited to 'CAN-binder/conf.d') diff --git a/CAN-binder/conf.d/app-templates b/CAN-binder/conf.d/app-templates new file mode 160000 index 00000000..cc640c4c --- /dev/null +++ b/CAN-binder/conf.d/app-templates @@ -0,0 +1 @@ +Subproject commit cc640c4cfed7d4a35cbbdbb23e09b9e76c88902b diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index 7916fa78..8340a26a 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -31,7 +31,7 @@ set(PROJECT_LANGUAGES,"C") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory -set(PROJECT_APP_TEMPLATES_DIR "conf.d/default") +set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Where are stored your external libraries for your project. This is 3rd party library that you don't maintain # but used and must be built and linked. diff --git a/CAN-binder/conf.d/default b/CAN-binder/conf.d/default deleted file mode 160000 index cc640c4c..00000000 --- a/CAN-binder/conf.d/default +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cc640c4cfed7d4a35cbbdbb23e09b9e76c88902b -- cgit 1.2.3-korg