From 53f8d231092077c66ac7065e2326366ac10c256b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 17 May 2010 21:19:10 +0000 Subject: [PATCH] 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. --- knik/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knik/src/CMakeLists.txt b/knik/src/CMakeLists.txt index 476b30bb..7adc0633 100644 --- a/knik/src/CMakeLists.txt +++ b/knik/src/CMakeLists.txt @@ -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}