diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 19:51:44 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 02:48:21 +0100 |
| commit | 7a1aa500479837d8702dbe5955b65d62d25f38d0 (patch) | |
| tree | 7186c0d8e12beb3cb16d0dfdd458d604c9fc5fa2 | |
| parent | a3ea1cd4bc73e55c1ddd54c3b40c1ae5d0fa968d (diff) | |
| download | libcaldav-r14.1.x.tar.gz libcaldav-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 18d791970efcc6e64a57bac990b10d29cfc0e537)
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 941dd36..9e3ced1 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( ) |
