Fix invalid widget dir in config sample
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Sun, 9 Jul 2017 19:30:11 +0000 (21:30 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Sun, 9 Jul 2017 19:30:11 +0000 (21:30 +0200)
Change-Id: I6f26d49137bfc567eaae17eb06ad77ce645ee95d
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
cmake/config.cmake.sample

index d290147..86513bd 100644 (file)
@@ -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
 # --------------------------------------------------------------------------