aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-07-23 22:00:12 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-07-23 22:00:12 +0000
commit5034e09467548941d9f6eb38d6019f82d0579030 (patch)
tree3170dece72d2e3fa4f68ace41d84a42fc6526b24
parentd6cbf4318d3b047f5ffb4ad284fe59a6a1a12cd4 (diff)
downloadextra-cmake-modules-5034e09467548941d9f6eb38d6019f82d0579030.tar.gz
extra-cmake-modules-5034e09467548941d9f6eb38d6019f82d0579030.tar.bz2
-make the reduced link interface also available under Windows, sync with trunk
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=837147
-rw-r--r--modules/FindKDE4Internal.cmake16
1 files changed, 6 insertions, 10 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index d8f91bfc..d0ed0c46 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -506,16 +506,12 @@ option(KDE4_ENABLE_HTMLHANDBOOK "Create targets htmlhandbook for creating the h
# won't have an effect
set(KDE4_DISABLE_PROPERTY_ "DISABLED_")
-if(UNIX )# AND NOT APPLE)
- option(KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT "Enable the experimental reduced library exports" FALSE)
- # If enabled, make it empty, so the property will keep it's actual name.
- # and the LINK_INTERFACE_LIBRARIES property will be set.
- if (KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT)
- set(KDE4_DISABLE_PROPERTY_ )
- endif (KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT)
-endif(UNIX)# AND NOT APPLE)
-
-
+option(KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT "Enable the experimental reduced library exports" FALSE)
+# If enabled, make it empty, so the property will keep it's actual name.
+# and the LINK_INTERFACE_LIBRARIES property will be set.
+if (KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT)
+ set(KDE4_DISABLE_PROPERTY_ )
+endif (KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT)
if( KDE4_ENABLE_FINAL)