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:20 +00:00
parent fae5e9786d
commit aef27cf6bf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
${QT_LIBRARIES}
${Boost_LIBRARIES}
)
install ( TARGETS unicorn DESTINATION lib )
install ( TARGETS unicorn DESTINATION lib${LIB_SUFFIX} )
install ( TARGETS cgt DESTINATION bin )
install ( FILES ${includes}
${mocIncludes} DESTINATION include/coriolis/unicorn )