summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 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( )