diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-02-12 12:01:59 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-02-12 12:03:40 +0100 |
commit | bbfe7308e15fb20435e0634ee614ad40226e675e (patch) | |
tree | 4e7488537ace4ae32ef5682c939619a53dbb14a7 /modules | |
parent | c322ff70446458ac014fc86da98015824b7cdf08 (diff) | |
download | extra-cmake-modules-bbfe7308e15fb20435e0634ee614ad40226e675e.tar.gz extra-cmake-modules-bbfe7308e15fb20435e0634ee614ad40226e675e.tar.bz2 |
Don't install ECM frameworks with export targets.
CMake doesn't handle that well enough yet.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMQtFramework.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake index 9f96a0e8..5fb82de0 100644 --- a/modules/ECMQtFramework.cmake +++ b/modules/ECMQtFramework.cmake @@ -155,7 +155,7 @@ set(DATA_INSTALL_DIR share/apps) set(LIBRARY_TYPE SHARED) set(ECM_TARGET_DEFAULT_ARGS - EXPORT ${PROJECT_NAME}LibraryTargets +# EXPORT ${PROJECT_NAME}LibraryTargets RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT ${PROJECT_NAME} LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT ${PROJECT_NAME} ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT ${PROJECT_NAME} |