From: Patrick Spendrin Date: Thu, 8 Nov 2007 23:47:57 +0000 (+0000) Subject: Reverted changes made earlier today - and I added the workaround in the root file... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/97b77c4272c8430a15579028e158d0010db624a2 Reverted changes made earlier today - and I added the workaround in the root file as described in kde-buildsystem - please tell me again if this should go somewhere else 3/3 svn path=/trunk/KDE/kdebase/apps/; revision=734475 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0029af3f6..1cfbc9adf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,11 +46,7 @@ endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) -install(TARGETS dolphinprivate - RUNTIME DESTINATION ${BIN_INSTALL_DIR} - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} -) +install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR}) ##########################################