┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2008-05-27 11:36:57 +0000
committerLaurent Montel <[email protected]>2008-05-27 11:36:57 +0000
commit66b47bf3d29d2f94c1b4ff2565ec8f8acaaa8d8f (patch)
tree7580f21571cdd80d02c4e3fefe0ddb053737f31d /src
parentcda6f79285a47b2d22727dbf8ba907b5b9133057 (diff)
Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=813304
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 c5d33d084..90fade469 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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})
##########################################