summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/dash2win64_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Switch to .msi builder for Windows binaryBrad King2015-12-211-23/+0
| | | | | Use a new build machine to produce the Windows binary using the CPack WiX generator to produce a `.msi` installer.
* Utilities/Release: Update path to 'cmake.exe' on Windows build machineBrad King2015-10-011-1/+1
|
* Utilities/Release: Install docs in unversioned directory (#15692)Brad King2015-09-021-0/+1
| | | | | | | | | | | Our upstream-built release tarballs already contain many unversioned paths and so will never overlap with another version of CMake in the same installation prefix. Therefore we do not need a versioned name for the documentation directory. Configure our release binaries to place the documentation in an unversioned directory so that one can use the same path to refer to the documentation locally even after updating CMake. For example, on OS X one may see the documentation in `/Applications/CMake.app/Contents/doc/cmake/html/index.html`.
* Do not install 3rd-party dependencies by defaultBrad King2015-08-051-0/+1
| | | | | | | | 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.
* Utilities/Release: Build OS X and Win binaries without OpenSSLBrad King2015-02-181-6/+1
| | | | This will tell our curl to use the OS-native TLS/SSL APIs.
* Utilities/Release: Build Windows and OS X binaries with native SSLBrad King2014-12-221-1/+6
| | | | | | For the nightly binaries, turn of CMAKE_USE_OPENSSL on Windows and OS X 10.6+ platforms. This will activate the new curl behavior to use the OS-native SSL/TLS implementation.
* cmake-gui: Reference LGPLv2.1 when redistributing QtBrad King2013-11-211-0/+1
| | | | | | | | | Download http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and place it as Licenses/LGPLv2.1.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv2.1.txt so that the dialog can display a path to it.
* Utilities/Release: Enable CMAKE_USE_OPENSSL in nightly binariesBill Hoffman2012-09-111-0/+1
|
* CMake: eliminate use of cvs in the Release scriptsDavid Cole2011-06-021-1/+0
| | | | | | | | | | | | | | Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
* change nightly release builds to use next, and move qmake on dash2win64Bill Hoffman2010-05-281-1/+1
|
* Fix release scripts.Bill Hoffman2010-04-201-1/+1
|
* Switch to git repository for creation of nightly releases.Bill Hoffman2010-02-231-0/+2
|
* handle change in fortran variable used for testsBill Hoffman2009-12-211-1/+1
|
* Turn off fortran as gnu fortran does not mix with vsBill Hoffman2009-12-041-0/+1
|
* change to a new version of qt.Bill Hoffman2009-10-261-1/+1
|
* new windows build machine for cmakeBill Hoffman2009-09-221-0/+17