summaryrefslogtreecommitdiffstats
path: root/src/cmake/modules
Commit message (Collapse)AuthorAgeFilesLines
* vtk: update to version 8 and remove package vtk6Martin Müllenhaupt2017-07-241-0/+9
|
* cmake: update and remove unnecessary modulesTony Theodore2017-03-124-936/+0
| | | | | FindOpenSSL module was needed before cmake was included in MXE: https://github.com/mxe/mxe/commit/6d9755682567968d5f7bdbd10bf436fbd157801a
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-279-18/+9
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* FindFreetype.cmake: add INCLUDE_DIRTony Theodore2016-07-291-1/+3
|
* cmake wrapper: use common TryRunResults.cmakeTony Theodore2015-12-011-0/+156
|
* add CMake module FindFriBiDi.cmakeBoris Nagaev2015-10-191-0/+15
| | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi)
* cmake modules: use less warning-like status messagesTony Theodore2015-10-049-9/+9
|
* cmake modules: status message about using custom mxe fileTony Theodore2015-10-039-0/+18
|
* move cmake modules to src/cmake/modulesTony Theodore2015-10-0312-0/+1047