diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 10:32:09 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 09:36:06 +0000 |
commit | 8c935b68d8a5671b7aeabec99746e00458b31d8f (patch) | |
tree | 5d763aa92e92b950aa20bf462ae6f7a96274553e /conf.d | |
parent | e53d24551deb7ea40b7ab8cc8593e08eb2c75f48 (diff) |
Chg default httpdir to unicens instead of htdocs
Bug-AGL: SPEC-1107
Change-Id: Ibde0e5a53bec9997353f5889c27a2fa176a9e39c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject c881d86fc8852a2b2215856d3503aba192c0f4e +Subproject d275993fac4c7bd99e060eb00f9181f641876e3 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8157981..174c7e4 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -136,6 +136,7 @@ set(COMPILE_OPTIONS # --------------------------------------------------------------------- set(CMAKE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX}/lib64/pkgconfig ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) +set(HTTPDIR reference CACHE PATH "Directory holding HTML5 files") # Optional location for config.xml.in # ----------------------------------- |