diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0029af3f6..1cfbc9adf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,11 +46,7 @@ endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) -install(TARGETS dolphinprivate - RUNTIME DESTINATION ${BIN_INSTALL_DIR} - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} -) +install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR}) ########################################## |
