]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Commit patch from Alex
authorLaurent Montel <montel@kde.org>
Fri, 11 Apr 2008 06:52:03 +0000 (06:52 +0000)
committerLaurent Montel <montel@kde.org>
Fri, 11 Apr 2008 06:52:03 +0000 (06:52 +0000)
(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

src/CMakeLists.txt

index b59d6bb1d7569bc69392f9906a58c61047a552d7..e85d4d5b459c4e3bcc4c0e673acd4b612191d9ac 100644 (file)
@@ -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})
 
 
 ##########################################