mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=813304
This commit is contained in:
parent
cda6f79285
commit
66b47bf3d2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ if (Nepomuk_FOUND)
|
||||||
target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})
|
target_link_libraries(dolphin ${NEPOMUK_LIBRARIES})
|
||||||
endif (Nepomuk_FOUND)
|
endif (Nepomuk_FOUND)
|
||||||
|
|
||||||
install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
|
install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue