aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDirk Mueller <mueller@kde.org>2008-07-17 01:24:08 +0000
committerDirk Mueller <mueller@kde.org>2008-07-17 01:24:08 +0000
commit4f31359d3639c6eb8cdbed23f034c9eeb7f8d69d (patch)
tree5e54700680b31d7d98d02f1c301645df08563f8a /modules
parent26ecc84e22b0b5ee47221bea5d009af03c50cefc (diff)
downloadextra-cmake-modules-4f31359d3639c6eb8cdbed23f034c9eeb7f8d69d.tar.gz
extra-cmake-modules-4f31359d3639c6eb8cdbed23f034c9eeb7f8d69d.tar.bz2
fix typo
svn path=/trunk/KDE/kdelibs/; revision=833559
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 6da11793..4e4abe83 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -1117,7 +1117,7 @@ endmacro(_KDE4_EXPORT_LIBRARY_DEPENDENCIES)
macro (KDE4_TARGET_LINK_INTERFACE_LIBRARIES _target _interface_libs)
if(KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT AND UNIX )# AND NOT APPLE)
- set_target_properties("${_target}" "${_interface_libs}")
+ set_target_properties("${_target}" PROPERTIES LINK_INTERFACE_LIBRARIES "${_interface_libs}")
endif(KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT AND UNIX)# AND NOT APPLE)
endmacro (KDE4_TARGET_LINK_INTERFACE_LIBRARIES)