summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-05-09 16:27:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-14 20:54:47 +0200
commit0228e7e696f1a49495e9ec091fb5e8e22b21b3f8 (patch)
tree30c68ffda124965b5c9722c3e204b1ca7b584610 /config.h.cmake
parentc860865bcded3d7b8a316f3933396e5fd93c7d51 (diff)
downloadkdpkg-0228e7e696f1a49495e9ec091fb5e8e22b21b3f8.tar.gz
kdpkg-0228e7e696f1a49495e9ec091fb5e8e22b21b3f8.zip
Fix hardcoded installation path.
This resolves issue #1. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 61ede3a..cb4462f 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -6,3 +6,6 @@
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+/* Define the install PATH prefix */
+#define PREFIX "@CMAKE_INSTALL_PREFIX@"