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:14 +00:00
parent a4ed87714b
commit 18e534f73a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
${OA_LIBRARIES} ${OA_LIBRARIES}
${Boost_LIBRARIES} ${Boost_LIBRARIES}
) )
install ( TARGETS kite DESTINATION lib ) install ( TARGETS kite DESTINATION lib${LIB_SUFFIX} )
install ( TARGETS kite-text DESTINATION bin ) install ( TARGETS kite-text DESTINATION bin )
install ( FILES ${includes} install ( FILES ${includes}