aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-12-07 19:58:29 +0100
committerDavid Faure <faure@kde.org>2011-12-07 19:58:29 +0100
commite822807ee6f5390f1cca0662b1da48b64699611a (patch)
treefe8412593e0b64ffcd8226a405717c439d7bf970
parent8912ed6d71bf5339518da9eff485d9c64330eeb8 (diff)
downloadextra-cmake-modules-e822807ee6f5390f1cca0662b1da48b64699611a.tar.gz
extra-cmake-modules-e822807ee6f5390f1cca0662b1da48b64699611a.tar.bz2
Disable this for now, to fix kdelibs-frameworks compilation.
CCMAIL: kde-frameworks-devel@kde.org
-rw-r--r--modules/ECMQtFramework.cmake11
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake
index a87246d2..8eb670e5 100644
--- a/modules/ECMQtFramework.cmake
+++ b/modules/ECMQtFramework.cmake
@@ -195,11 +195,12 @@ install(FILES
COMPONENT Devel
)
-install(EXPORT ${PROJECT_NAME}LibraryTargets
- DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
- FILE ${PROJECT_NAME}Targets.cmake
- COMPONENT Devel
-)
+# Disabled for now, as long as kdelibs is one big module
+#install(EXPORT ${PROJECT_NAME}LibraryTargets
+ #DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+ #FILE ${PROJECT_NAME}Targets.cmake
+ #COMPONENT Devel
+#)
install(FILES
"${CMAKE_BINARY_DIR}/${PROJECT_NAME}Use.cmake"