diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 19:53:17 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 02:49:21 +0100 |
| commit | e2076131c91015a619e630d274fc37146694a5a7 (patch) | |
| tree | c410a1a21f09f485663cbc78ae3a493b0335e8b6 | |
| parent | 07e6f22892cf54c3a3352c4d73d2018463ede959 (diff) | |
| download | libcarddav-r14.1.x.tar.gz libcarddav-r14.1.x.zip | |
CMAKE_INSTALL_LIBDIR setting has been moved to tde-cmake.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0dbae5238a5fcdb9e920b83683e44ec84de78e30)
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d237f1..19c6477 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,6 @@ include( CheckSymbolExists ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) -include( GNUInstallDirs OPTIONAL ) #### include our cmake modules @@ -38,10 +37,6 @@ include( TDEMacros ) ##### setup install paths -if( CMAKE_INSTALL_LIBDIR ) - tde_setup_install_path( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" ) -endif( ) - include( TDESetupPaths ) tde_setup_paths( ) |
