From: Laurent Montel Date: Tue, 27 May 2008 11:36:57 +0000 (+0000) Subject: Use INSTALL_TARGETS_DEFAULT_ARGS X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/66b47bf3d29d2f94c1b4ff2565ec8f8acaaa8d8f?ds=sidebyside Use INSTALL_TARGETS_DEFAULT_ARGS svn path=/trunk/KDE/kdebase/apps/; revision=813304 --- 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}) ##########################################