diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-09 09:53:52 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-09 09:53:52 -0500 |
commit | f6014938cbb4a914ed5b549261a0c06215593c30 (patch) | |
tree | ddcf95907670ac1fe393f19f05a06218458a0f03 /CMakeCPack.cmake | |
parent | 445f47473c205d9d310a6a51c14fa7ac98c2cad0 (diff) | |
download | cmake-f6014938cbb4a914ed5b549261a0c06215593c30.tar.gz |
ENH: make it so cmake-gui only installs if qt is static on windows
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r-- | CMakeCPack.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 24eb061d27..6532d9e1c0 100644 --- a/CMakeCPack.cmake +++ b/CMakeCPack.cmake @@ -7,6 +7,8 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") MARK_AS_ADVANCED(CMAKE_INSTALL_DEBUG_LIBRARIES) INCLUDE(${CMake_SOURCE_DIR}/Modules/InstallRequiredSystemLibraries.cmake) ENDIF(EXISTS "${CMAKE_ROOT}/Modules/InstallRequiredSystemLibraries.cmake") + # Set the options file that needs to be included inside CMakeCPackOptions.cmake + SET(QT_DIALOG_CPACK_OPTIONS_FILE ${CMake_BINARY_DIR}/Source/QtDialog/QtDialogCPack.cmake) CONFIGURE_FILE("${CMake_SOURCE_DIR}/CMakeCPackOptions.cmake.in" "${CMake_BINARY_DIR}/CMakeCPackOptions.cmake" @ONLY) SET(CPACK_PROJECT_CONFIG_FILE "${CMake_BINARY_DIR}/CMakeCPackOptions.cmake") |