From: Romain Forlot Date: Mon, 12 Jun 2017 10:42:14 +0000 (+0200) Subject: renamed default submodules dir X-Git-Tag: dab_3.99.3~68 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4809e4205dd764c09f3d3a48d2b6ca5f2ac3de01;p=staging%2Fxdg-launcher.git renamed default submodules dir Change-Id: Idd0505c2ca7f9c055313628667d7f3f2a5d35523 Signed-off-by: Romain Forlot --- diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 793c2a0..e6a8274 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -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.