summaryrefslogtreecommitdiffstats
path: root/cmake/config.cmake.sample
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-24 18:16:37 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:20 +0200
commitf514dd7959f40d5600337b698fde545189db70fb (patch)
treec45634e8138cb9e590b0c242f407c2dc6faf1c13 /cmake/config.cmake.sample
parentfbd630480460cacacfd464bc44197c8c63931e24 (diff)
Fix: hardcoded path
Change-Id: I882f7f69b3577a779266c5347c25ee6d7ab52377 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/config.cmake.sample')
-rw-r--r--cmake/config.cmake.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample
index 27d9f17..73d3832 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")
+set(PROJECT_APP_TEMPLATES_DIR "conf.d/default")
# 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.