From e822807ee6f5390f1cca0662b1da48b64699611a Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 7 Dec 2011 19:58:29 +0100 Subject: Disable this for now, to fix kdelibs-frameworks compilation. CCMAIL: kde-frameworks-devel@kde.org --- modules/ECMQtFramework.cmake | 11 ++++++----- 1 file 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" -- cgit v1.2.1