diff options
author | gregory guy <[email protected]> | 2019-05-09 16:27:57 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-14 20:54:47 +0200 |
commit | 0228e7e696f1a49495e9ec091fb5e8e22b21b3f8 (patch) | |
tree | 30c68ffda124965b5c9722c3e204b1ca7b584610 /config.h.cmake | |
parent | c860865bcded3d7b8a316f3933396e5fd93c7d51 (diff) | |
download | kdpkg-0228e7e696f1a49495e9ec091fb5e8e22b21b3f8.tar.gz kdpkg-0228e7e696f1a49495e9ec091fb5e8e22b21b3f8.zip |
Fix hardcoded installation path.
This resolves issue #1.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
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@" |