aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-09 21:30:11 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-09 21:30:11 +0200
commitd732f49b9a7a97efe6e24cb734b446079e7182db (patch)
treef7103b877a7f95462e7d3b8f536926fef4d1bcb3
parent70dc53852b9d9c8687d33982ef798cba20efa595 (diff)
Fix invalid widget dir in config sample
Change-Id: I6f26d49137bfc567eaae17eb06ad77ce645ee95d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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 d290147..86513bd 100644
--- a/cmake/config.cmake.sample
+++ b/cmake/config.cmake.sample
@@ -84,7 +84,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/config.xml.in)
+#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in)
# Mandatory widget Mimetype specification of the main unit
# --------------------------------------------------------------------------