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
b6edd2cb3d
commit
53f8d23109
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue