From: Laurent Montel Date: Fri, 11 Apr 2008 06:52:03 +0000 (+0000) Subject: Commit patch from Alex X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/99686f7fe2bae1157b99496cff3b42b16a19dd0a Commit patch from Alex (He didn't have time to make it yesterday and will able to commit it next thursday) This patch clean up some : target_link_libraries(kfoo kdeinit_kfoo) which is already done in kde4_add_kdeinit_executable() macro and use "INSTALL_TARGETS_DEFAULT_ARGS" in other place. I tested all compile file, all works fine but if there is a pb send me a mail. CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=795711 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b59d6bb1d..e85d4d5b4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -59,7 +59,7 @@ endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) -install(TARGETS dolphinprivate DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS dolphinprivate ${INSTALL_TARGETS_DEFAULT_ARGS}) ##########################################