diff options
| author | David Faure <faure@kde.org> | 2011-12-07 19:58:29 +0100 | 
|---|---|---|
| committer | David Faure <faure@kde.org> | 2011-12-07 19:58:29 +0100 | 
| commit | e822807ee6f5390f1cca0662b1da48b64699611a (patch) | |
| tree | fe8412593e0b64ffcd8226a405717c439d7bf970 | |
| parent | 8912ed6d71bf5339518da9eff485d9c64330eeb8 (diff) | |
| download | extra-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.cmake | 11 | 
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" | 
