summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/linux64_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Drop Linux .tar.Z binaryBrad King2016-10-041-0/+1
| | | | | On Linux the gzip tool is universally available, so our `.tar.gz` is sufficient.
* Utilities/Release: Use python 3 for server mode test on Linux binaryBrad King2016-09-291-0/+1
| | | | | The machine that builds the Linux binary has python 3 and 2.6, but the latter is too old for the server mode test script.
* Utilities/Release: Enable server mode in all binariesBrad King2016-09-291-0/+1
| | | | | | Add the CMake_ENABLE_SERVER_MODE option explicitly to the configuration of all binary builds. We want to know the mode is available if the build succeeds.
* Utilities/Release: Build Linux and OS X binaries as C++14Brad King2016-09-161-1/+1
| | | | The toolchains we use to build on these platforms support it.
* Utilities/Release: Switch to Qt 5.7 for Linux x86_64 binaryBrad King2016-07-061-4/+25
| | | | | Compile as C++11 since Qt 5.7 requires it. Limit use of glibc to 2.6 APIs and lower.
* cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-171-1/+1
| | | | | | | | | Download http://www.gnu.org/licenses/lgpl.txt and place it as Licenses/LGPLv3.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/LGPLv3.txt so that the dialog can display a path to it.
* Utilities/Release: Update to openssl-1.0.2hBrad King2016-05-051-3/+3
| | | | | Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
* Utilities/Release: Update to openssl-1.0.2fBrad King2016-02-091-3/+3
| | | | | Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
* Utilities/Release: Install docs in unversioned directory (#15692)Brad King2015-09-021-1/+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`.
* Utilities/Release: Refactor bootstrap argument constructionBrad King2015-09-021-0/+1
| | | | | Pass needed bootstrap arguments directly instead of constructing them from various conditions.
* 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: Update to openssl-1.0.2dBrad King2015-07-101-3/+3
| | | | | Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
* Utilities/Release: Update to openssl-1.0.2cBrad King2015-06-151-3/+3
| | | | | Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
* Utilities/Release: Add build of binary for Linux x86_64Brad King2014-12-021-0/+23