┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2008-04-11 06:52:03 +0000
committerLaurent Montel <[email protected]>2008-04-11 06:52:03 +0000
commit99686f7fe2bae1157b99496cff3b42b16a19dd0a (patch)
treefc762f32643eb50db87c782efd7490e77eb436df /src
parent20a3032cff6ae0cd944c2c2cf98179425e02eb38 (diff)
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795711
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})
##########################################