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:
parent
9b54c926fe
commit
b6edd2cb3d
|
@ -237,4 +237,4 @@
|
|||
${AGDS_LIBRARY}
|
||||
${CIF_LIBRARY}
|
||||
)
|
||||
install ( TARGETS crlcore DESTINATION lib )
|
||||
install ( TARGETS crlcore DESTINATION lib${LIB_SUFFIX} )
|
||||
|
|
Loading…
Reference in New Issue