mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
cmake : Define library suffix in case of 64 bits multilib archs in linux
Install library using cmake defined library directories. Install python packages using cmake defined library directories Signed-off-by: Helio Chisisni de Castro <helio@kde.org> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:

committed by
Brendan Le Foll

parent
e04a6fbcaa
commit
cb37c87467
@ -14,6 +14,10 @@ message (INFO " found libmraa version: ${MRAA_VERSION}")
|
||||
|
||||
# Appends the cmake/modules path to MAKE_MODULE_PATH variable.
|
||||
set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
|
||||
set (LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for libraries")
|
||||
|
||||
# Set CMAKE_LIB_INSTALL_DIR if not defined
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# Make a version file containing the current version from git.
|
||||
include (GetGitRevisionDescription)
|
||||
|
Reference in New Issue
Block a user