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:08 +00:00
parent 9b54c926fe
commit b6edd2cb3d
1 changed files with 1 additions and 1 deletions

View File

@ -237,4 +237,4 @@
${AGDS_LIBRARY}
${CIF_LIBRARY}
)
install ( TARGETS crlcore DESTINATION lib )
install ( TARGETS crlcore DESTINATION lib${LIB_SUFFIX} )