From 1ab0ddf219ec8c523db844ae85bc2d52ffbe7089 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 24 May 2017 18:16:37 +0200 Subject: Fix: hardcoded path Change-Id: I882f7f69b3577a779266c5347c25ee6d7ab52377 Signed-off-by: Romain Forlot --- cmake/config.cmake.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/config.cmake.sample') 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. -- cgit 1.2.3-korg