]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use INSTALL_TARGETS_DEFAULT_ARGS
authorLaurent Montel <montel@kde.org>
Tue, 27 May 2008 11:36:57 +0000 (11:36 +0000)
committerLaurent Montel <montel@kde.org>
Tue, 27 May 2008 11:36:57 +0000 (11:36 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=813304

src/CMakeLists.txt

index c5d33d08478c59ba778ad73c3a6659aed560f4b4..90fade469b3ed668e05009fd8e4898b8b55d4ae4 100644 (file)
@@ -165,7 +165,7 @@ if (Nepomuk_FOUND)
   target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})
 endif (Nepomuk_FOUND)
 
-install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
+install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})
 
 ##########################################