summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-11-17 17:56:51 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-11-17 17:56:51 +0100
commitb909473d9b4a629de89939a726a1dcc3578018b7 (patch)
tree5ac3433a3aeeb8b966ed2be28a74f2388f73ab03
parent8c935b68d8a5671b7aeabec99746e00458b31d8f (diff)
Fix: c/c same dir than reference hal.eel_4.99.3eel/4.99.34.99.3
Change-Id: Iece03d2a0b2248f79d41985843ef8f6cd6c24b1b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 174c7e4..ad9206e 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -136,7 +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")
+set(HTTPDIR unicens CACHE PATH "Directory holding HTML5 files")
# Optional location for config.xml.in
# -----------------------------------