[extra-cmake-modules] modules: Disable this for now, to fix kdelibs-frameworks compilation.

David Faure faure at kde.org
Wed Dec 7 17:56:16 UTC 2011


Git commit e822807ee6f5390f1cca0662b1da48b64699611a by David Faure.
Committed on 07/12/2011 at 19:58.
Pushed by dfaure into branch 'master'.

Disable this for now, to fix kdelibs-frameworks compilation.

CCMAIL: kde-frameworks-devel at kde.org

M  +6    -5    modules/ECMQtFramework.cmake

http://commits.kde.org/extra-cmake-modules/e822807ee6f5390f1cca0662b1da48b64699611a

diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake
index a87246d..8eb670e 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"


More information about the Kde-frameworks-devel mailing list