# HG changeset patch # User Gianfranco Costamagna # Date 1443689942 -7200 # Node ID ac67157098128b35a5c209ba9bc9fc12eefdd05f # Parent 283b6e6cf7ea7aa7652dc0f28dd1711da3a62ba7 Add multiarch location to library (From Fedora) diff -r 283b6e6cf7ea -r ac6715709812 cmake_modules/paths.cmake --- a/cmake_modules/paths.cmake Fri Sep 25 23:31:16 2015 -0400 +++ b/cmake_modules/paths.cmake Thu Oct 01 10:59:02 2015 +0200 @@ -15,7 +15,7 @@ #resource paths if(UNIX AND NOT APPLE) set(target_binary_install_dir "bin" CACHE PATH "install dest for binaries") - set(target_library_install_dir "lib" CACHE PATH "install dest for libs") + set(target_library_install_dir "lib${LIB_SUFFIX}" CACHE PATH "install dest for libs") string(SUBSTRING "${DATA_INSTALL_DIR}" 0 1 sharepath_start) if(${sharepath_start} MATCHES "/")