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_cygwin.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_cygwin.cmake')
-rw-r--r-- | Utilities/Release/dash2win64_cygwin.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake index ac3c527..d15915a 100644 --- a/Utilities/Release/dash2win64_cygwin.cmake +++ b/Utilities/Release/dash2win64_cygwin.cmake @@ -12,6 +12,7 @@ CTEST_TEST_TIMEOUT:STRING=7200 DART_TESTING_TIMEOUT:STRING=7200 SPHINX_HTML:BOOL=ON SPHINX_MAN:BOOL=ON +CMake_INSTALL_DEPENDENCIES:BOOL=ON ") set(CXX g++) set(CC gcc) |