summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2024-07-28 19:08:58 +0900
committerMichele Calgaro <[email protected]>2024-08-16 09:53:24 +0900
commit85780ed898d7e7a9d9deb40e44ec9446e839e555 (patch)
tree769a82fd24b9c5fbed2c99ac3855fa45e3e63bf9 /CMakeLists.txt
parent80ca2d186db4fea8d7a04890808ae71e10612ffa (diff)
downloadtde-ebook-reader-85780ed898d7e7a9d9deb40e44ec9446e839e555.tar.gz
tde-ebook-reader-85780ed898d7e7a9d9deb40e44ec9446e839e555.zip
Improve default path for CMAKE_ZLIBRARY_INSTALL_PREFIX
Signed-off-by: Slávek Banko <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e63385..e629a9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ tde_restore( CMAKE_INSTALL_PREFIX )
##### zlibrary-tqt paths
_tde_internal_setup_path(
- CMAKE_ZLIBRARY_INSTALL_PREFIX "/usr"
+ CMAKE_ZLIBRARY_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
"Base directory for zlibrary-tqt files"
)