summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2026-03-05 00:55:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2026-03-05 01:53:16 +0100
commitddc9de333301fcab0816c8b663eede37fce5514e (patch)
tree41495e0ffd63364b5206a361b749a777d9090316
parent0d994ada7f7a6a18145187cf6708e2501f457e86 (diff)
downloadtqscintilla-master.tar.gz
tqscintilla-master.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.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3361532..991b8a2 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,9 +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()
tde_setup_install_path( HTML_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/lib${PROJECT_NAME}/HTML" )
include( TDESetupPaths )