summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2026-03-05 16:15:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2026-03-05 16:15:53 +0100
commit3e97f81a62ea71db05ef52bb5d002a58269749d6 (patch)
tree85377bec9b9903140eb6ad45083365a9962d47a1
parent008b810df3aeadffa0134164715feef8ff55a0f2 (diff)
downloadtqca-3e97f81a62ea71db05ef52bb5d002a58269749d6.tar.gz
tqca-3e97f81a62ea71db05ef52bb5d002a58269749d6.zip
CMAKE_INSTALL_LIBDIR setting has been moved to tde-cmake.HEADmaster
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec953b9..540d7f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,6 @@ include( CheckIncludeFile )
include( CheckLibraryExists )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )
-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( )