From 3e97f81a62ea71db05ef52bb5d002a58269749d6 Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Thu, 5 Mar 2026 16:15:53 +0100
Subject: CMAKE_INSTALL_LIBDIR setting has been moved to tde-cmake.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 CMakeLists.txt | 5 -----
 1 file changed, 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( )
 
-- 
cgit v1.2.3

