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
18e534f73a
commit
6626ad4128
|
@ -47,7 +47,7 @@
|
|||
add_library (intervalTree ${intervalTreeCpps} )
|
||||
target_link_libraries (intervalTree ${CORIOLIS_LIBRARIES}
|
||||
${HURRICANE_LIBRARIES} )
|
||||
install ( TARGETS equinox intervalTree DESTINATION lib)
|
||||
install ( TARGETS equinox intervalTree DESTINATION lib${LIB_SUFFIX} )
|
||||
install ( FILES ${includes}
|
||||
${mocIncludes}
|
||||
${intervalTreeIncludes} DESTINATION include/coriolis/equinox )
|
||||
|
|
Loading…
Reference in New Issue