From d618bb5be37f87cea9a3d32236caa536553455fd Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 15 Jun 2017 15:43:42 +0200 Subject: [PATCH 1/1] Fix template dir and data file dir to match new templating. Signed-off-by: Sebastien Douheret --- conf.d/config.cmake | 4 ++++ htdocs/unicens.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 1bca0a3..e9b5cd5 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -29,6 +29,10 @@ set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh") set(PROJECT_LICENCE "Apache-V2") 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") + # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- set(CMAKE_BUILD_TYPE "DEBUG") diff --git a/htdocs/unicens.html b/htdocs/unicens.html index fc56b06..db49baf 100644 --- a/htdocs/unicens.html +++ b/htdocs/unicens.html @@ -11,7 +11,7 @@
    -
  1. +
  2. -- 2.16.6