diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 10:24:29 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 09:35:38 +0000 |
commit | 4e2ad096621d6c23f3df05849c9f1dfa8b7b288f (patch) | |
tree | 0c4b31569ab2ff0c13d18450dc5686a30c302972 /conf.d/cmake | |
parent | 1f06b10bd9e474b3bb520823598c6e8f8d07ade9 (diff) |
Chg default httpdir to reference instead of htdocseel_4.99.3eel/4.99.34.99.3
Bug-AGL: SPEC-1107
Change-Id: Ifd138a06f01b216f5fe9f6a4aaf0dd968d21f833
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 6d91045..38313df 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 # ----------------------------------- |