diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-05 18:02:27 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | 06a63e4e25ca569e922e9393a7f7b548eafaef9f (patch) | |
tree | 861a270f26914016c1b9b38724299ef7a329960b /cmake/cmake.d | |
parent | 65d9fa331bf76d6446b88fff9128167f823e1b5f (diff) |
Use LFSH named, rename data to var
Change-Id: I63ad812fc69c0ac38db0b16af405614fa68f6d54
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d')
-rw-r--r-- | cmake/cmake.d/02-variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake.d/02-variables.cmake b/cmake/cmake.d/02-variables.cmake index 0fc55a3..b4940f2 100644 --- a/cmake/cmake.d/02-variables.cmake +++ b/cmake/cmake.d/02-variables.cmake @@ -176,7 +176,7 @@ set(BINDIR bin CACHE PATH "User executables") set(ETCDIR etc CACHE PATH "Read only system configuration data") set(LIBDIR lib CACHE PATH "System library directory") set(HTTPDIR htdocs CACHE PATH "HTML5 data directory") -set(DATADIR data CACHE PATH "External data resources files") +set(DATADIR var CACHE PATH "External data resources files") # Normally CMake uses the build tree for the RPATH when building executables # etc on systems that use RPATH. When the software is installed the executables |