summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/linux32_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Drop Linux 32-bit binaryBrad King2016-08-301-25/+0
| | | | | | | The Linux distro we've been using for this is so old that it limits our ability to import newer third-party software. Until a new machine can be configured to provide this binary we can simply drop it. Users will still be able to build from source or use a distro-provided version.
* 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: Rename scripts to match target platformBrad King2016-03-171-0/+25
The machine name we happen to use for the build is less informative than its platform.