diff options
author | Slávek Banko <[email protected]> | 2024-07-28 19:08:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 09:53:24 +0900 |
commit | 85780ed898d7e7a9d9deb40e44ec9446e839e555 (patch) | |
tree | 769a82fd24b9c5fbed2c99ac3855fa45e3e63bf9 /CMakeLists.txt | |
parent | 80ca2d186db4fea8d7a04890808ae71e10612ffa (diff) | |
download | tde-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.txt | 2 |
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" ) |