aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Reed <ranger@befunk.com>2008-04-14 20:36:32 +0000
committerBenjamin Reed <ranger@befunk.com>2008-04-14 20:36:32 +0000
commit4fedfeda01ca3fc36023ea4072945842f0fc5bd5 (patch)
treeabe6b4ee0b650c694fc6bada6c214722fb9856bf
parentfcc15dd97379ef210f356f4ed92bd5a290404ae3 (diff)
downloadextra-cmake-modules-4fedfeda01ca3fc36023ea4072945842f0fc5bd5.tar.gz
extra-cmake-modules-4fedfeda01ca3fc36023ea4072945842f0fc5bd5.tar.bz2
work around a cmake 2.6 issue when building on OSX
svn path=/trunk/KDE/kdelibs/; revision=797065
-rw-r--r--modules/FindKDE4Internal.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 42a39034..fd6506e5 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -616,6 +616,7 @@ endif (WIN32)
set(INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${BIN_INSTALL_DIR}"
LIBRARY DESTINATION "${LIB_INSTALL_DIR}"
+ BUNDLE DESTINATION "${LIB_INSTALL_DIR}"
ARCHIVE DESTINATION "${LIB_INSTALL_DIR}" COMPONENT Devel )