diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-23 09:55:21 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | 53cedab982e3a877fda6b8e18d1d7209a201faaa (patch) | |
tree | b11977469caef3f7ada73c81c9bbdd9847f7fb7f /samples.d/config.cmake.sample | |
parent | 518e3a766cdb5583695d44c56cf7e15e259725d9 (diff) |
Protect path with space in it.
Bug-AGL: SPEC-1117
Change-Id: I36ba8047c3dc722c6c99ecbd90e14d5d717cb808
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d/config.cmake.sample')
-rw-r--r-- | samples.d/config.cmake.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 5c2b440..7444a7c 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -132,8 +132,8 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # Optional location for config.xml.in # ----------------------------------- -#set(WIDGET_ICON conf.d/wgt/${PROJECT_ICON} CACHE PATH "Path to the widget icon") -#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in CACHE PATH "Path to widget config file template (config.xml.in)") +#set(WIDGET_ICON "\"conf.d/wgt/${PROJECT_ICON}\"" CACHE PATH "Path to the widget icon") +#set(WIDGET_CONFIG_TEMPLATE "\"${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in\"" CACHE PATH "Path to widget config file template (config.xml.in)") # Mandatory widget Mimetype specification of the main unit # -------------------------------------------------------------------------- |