From 4a6cf94ed3fa31fd33fc49c8b090967dfc46af81 Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Thu, 26 Feb 2026 16:50:59 +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 5b40d99c0..2b8638739 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,6 @@ set(POLKIT-TQT_VERSION_STRING
 include( FindPkgConfig )
 include( CheckCXXSourceCompiles )
 include( CheckSymbolExists )
-include( GNUInstallDirs OPTIONAL )
 include( TDEMacros )
 enable_testing( )
 
@@ -62,10 +61,6 @@ include( ConfigureChecks.cmake )
 ##### setup install paths #######################
 
 tde_setup_install_path( CMAKE_INSTALL_DIR "${TQT_CMAKE_DIR}" )
-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

