Adds LIB_SUFFIX to all CMakeLists install "lib" targets, so that 64 bits

libraries gets installed in "lib64" instead of "lib".

buildCoriolis.py sets automatically LIB_SUFFIX for cmake.
coriolis2.spec modificated to uses lib64 on 64 bits.
This commit is contained in:
Jean-Paul Chaput 2010-05-17 21:19:10 +00:00
parent b6edd2cb3d
commit 53f8d23109
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
add_library ( flute ${fluteCpps} )
target_link_libraries ( flute ${CORIOLIS_LIBRARIES}
${HURRICANE_LIBRARIES} )
install ( TARGETS knik flute DESTINATION lib)
install ( TARGETS knik flute DESTINATION lib${LIB_SUFFIX} )
install ( FILES ${includes}
${mocIncludes}