diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-12 12:42:14 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-12 12:42:14 +0200 |
commit | 4809e4205dd764c09f3d3a48d2b6ca5f2ac3de01 (patch) | |
tree | feecb2c01d24fb1ff59efcaa8021ba2497fe2df4 /cmake/config.cmake.sample | |
parent | 2bb223e36b2fa3b0a8f88d95594f290b6f5536b1 (diff) |
renamed default submodules dir
Change-Id: Idd0505c2ca7f9c055313628667d7f3f2a5d35523
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/config.cmake.sample')
-rw-r--r-- | cmake/config.cmake.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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. |