diff options
| author | Patrick Spendrin <[email protected]> | 2007-11-08 23:47:57 +0000 |
|---|---|---|
| committer | Patrick Spendrin <[email protected]> | 2007-11-08 23:47:57 +0000 |
| commit | 97b77c4272c8430a15579028e158d0010db624a2 (patch) | |
| tree | 54f41a313a54b7426476822fe2c91153a6c8584f | |
| parent | 105d110c8ad3db161a0aae783c95964228adad48 (diff) | |
Reverted changes made earlier today - and I added the workaround in the root file as described in kde-buildsystem - please tell me again if this should go somewhere else 3/3
svn path=/trunk/KDE/kdebase/apps/; revision=734475
| -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}) ########################################## |
