diff options
author | Brad King <brad.king@kitware.com> | 2015-08-05 17:28:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-05 17:29:57 (GMT) |
commit | 26f5445bb461910efd42bc80a99a63dd53b49643 (patch) | |
tree | ac04413fd4bcb87e4550f4ba74afcfc9bf98691c /Utilities/Release/dash2win64_release.cmake | |
parent | a15b69cbc75f475601f41c516330c679915676e4 (diff) | |
download | CMake-26f5445bb461910efd42bc80a99a63dd53b49643.zip CMake-26f5445bb461910efd42bc80a99a63dd53b49643.tar.gz CMake-26f5445bb461910efd42bc80a99a63dd53b49643.tar.bz2 |
Do not install 3rd-party dependencies by default
Disable the CMake_INSTALL_DEPENDENCIES option by default and turn it on
explicitly in our packaging scripts. This simplifies packaging in
distributions that provide the dependencies for us without having to
install them. We only need 3rd-party runtime dependencies to be
installed for packaging with redistributable binaries.
Diffstat (limited to 'Utilities/Release/dash2win64_release.cmake')
-rw-r--r-- | Utilities/Release/dash2win64_release.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/dash2win64_release.cmake b/Utilities/Release/dash2win64_release.cmake index 2511db4..3ea895a 100644 --- a/Utilities/Release/dash2win64_release.cmake +++ b/Utilities/Release/dash2win64_release.cmake @@ -14,6 +14,7 @@ CMAKE_Fortran_COMPILER:FILEPATH=FALSE CMAKE_GENERATOR:INTERNAL=Unix Makefiles BUILD_QtDialog:BOOL:=TRUE CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:BOOL=TRUE +CMake_INSTALL_DEPENDENCIES:BOOL=ON QT_QMAKE_EXECUTABLE:FILEPATH=c:/Dashboards/Support/qt-build/Qt/bin/qmake.exe ") get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH) |