aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-11-14 16:42:05 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-11-14 16:42:05 +0100
commit4efca1e200d7aa75db5539dbeeb1d60769f7e1a4 (patch)
tree278b86fef7b4fd547a54c9daeea519ecca910392
parent26304b7b0a30407a5ab02b7a971596691e3c4f89 (diff)
Fix: config.xml.in template usagedab_4.0.3dab/4.0.34.0.3dab
Change-Id: I03f11e2b8954eea0862df5126187f37aae801092 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index a1c9067..051320e 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -98,7 +98,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib)
# Optional location for config.xml.in
# -----------------------------------
-set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in)
+set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in CACHE PATH "Path to config.xml template file.")
# Mandatory widget Mimetype specification of the main unit
# --------------------------------------------------------------------------