diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 16:50:59 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 16:50:59 +0100 |
| commit | 4a6cf94ed3fa31fd33fc49c8b090967dfc46af81 (patch) | |
| tree | aa8485622c9560147931f4d2a24ca38c47c6d092 | |
| parent | b9cee92dbebd624a75f34a9831070f492ad9aaa4 (diff) | |
| download | polkit-tqt-master.tar.gz polkit-tqt-master.zip | |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | CMakeLists.txt | 5 |
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( ) |
