renamed default submodules dir
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 12 Jun 2017 10:42:14 +0000 (12:42 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 12 Jun 2017 10:42:14 +0000 (12:42 +0200)
Change-Id: Idd0505c2ca7f9c055313628667d7f3f2a5d35523
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/config.cmake.sample

index 793c2a0..e6a8274 100644 (file)
@@ -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/templates")
+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.