diff options
| author | Christian Ehrlicher <[email protected]> | 2008-02-18 21:51:54 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2008-02-18 21:51:54 +0000 |
| commit | 652194f729e53f62d13f52deb596cba33394f543 (patch) | |
| tree | ec4718b1195d293dac3934cd0e560c44b8e4fe67 /src | |
| parent | c75a5de7527d9decf2878033a1cb0e682a9fd163 (diff) | |
LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=776849
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4cbadd238..3f74958f2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,7 +57,7 @@ endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) -install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR}) +install(TARGETS dolphinprivate DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) ########################################## |
