CMAKE_INSTALL_LIBDIR setting has been moved to tde-cmake.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 2 weeks ago
parent 008b810df3
commit 3e97f81a62
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -28,7 +28,6 @@ include( CheckIncludeFile )
include( CheckLibraryExists )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )
include( GNUInstallDirs OPTIONAL )
#### include our cmake modules
@ -38,10 +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( )
include( TDESetupPaths )
tde_setup_paths( )

Loading…
Cancel
Save