summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorFlorian Franzmann2017-01-20 21:23:01 +0100
committerFlorian Franzmann2017-01-28 13:21:48 +0100
commita4b4b2a695c0a9887f805fea2cef364eb1e88f23 (patch)
tree34c82a3e80965933e8c396443a54e287e52de2e7 /FUNCTIONS
parent2bda18c8dc1277356c6f71c974a5b9a01ffd7f06 (diff)
FUNCTIONS: explicitly specify installation paths in cmake_build
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 452fcdfa75..a45e9eff11 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -583,6 +583,9 @@ cmake_build() {
message INSTALL_PREFIX=$CMAKE_INSTALL_PREFIX &&
cmake -DCMAKE_INSTALL_PREFIX=$CMAKE_INSTALL_PREFIX \
+ -DCMAKE_INSTALL_DATADIR=share \
+ -DCMAKE_INSTALL_DOCDIR=share/doc \
+ -DCMAKE_INSTALL_INCLUDEDIR=include \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_MANDIR=share/man \
-DCMAKE_PREFIX_PATH=share/apps/cmake/modules \