diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 19:46:38 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-26 02:47:30 +0100 |
| commit | 435ef3f90a89b565818701af78bc2dbb46c8cd31 (patch) | |
| tree | 076a49ff19f50d6f80dc3f5de4a59d6f6ee26715 | |
| parent | e78f160671757c0cc7417bccb099df36ddb426b3 (diff) | |
| download | libart-lgpl-r14.1.x.tar.gz libart-lgpl-r14.1.x.zip | |
CMAKE_INSTALL_LIBDIR setting has been moved to tde-cmake.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a4c984578fdf814b5f4a8f2ee4bafd47b7aa8c4)
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cbb9a1..245c495 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ include( CheckSymbolExists ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) -include( GNUInstallDirs OPTIONAL ) #### include our cmake modules @@ -42,10 +41,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( ) enable_testing( ) |
