diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-28 18:31:29 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-28 18:31:29 +0200 |
commit | 7a209bb0691bffd5f7fb7b0d5bdd303bc1cd6c03 (patch) | |
tree | 88de1ea6382b8eb6a7a8f8efcd3e66f5e1704c1d /conf.d/config.cmake | |
parent | 65903efdc36c45587a2d72691d14604320884eaf (diff) |
Widget generation: use the right config.xml.in file.
Diffstat (limited to 'conf.d/config.cmake')
-rw-r--r-- | conf.d/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 6888597..530950a 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -90,7 +90,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 # -------------------------------------------------------------------------- |