diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-07-09 21:30:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 27c2ac3b100d4fd0d1ac80be1fd7429da9a4a1a7 (patch) | |
tree | 78321d5ffbb636670b7cb80bbfa12829a3a9f7d4 | |
parent | b5e90c57deabe814116be114ade2473338d96ea1 (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.sample | 2 |
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 # -------------------------------------------------------------------------- |