summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/HelperFunctions.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Packaging: Switch Windows distribution to Python 3.7Patrick Storz2019-06-121-3/+3
|
* Misc. typosUnknown2017-11-071-3/+3
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* cmake/MSYS2: Improve error output in case of for failing shell scripts in ↵Eduard Braun2017-06-091-8/+19
| | | | | | list_files_pacman / list_files_pip (see https://bugs.launchpad.net/inkscape/+bug/1696720)
* cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵Eduard Braun2017-04-291-3/+136
| | | | | extensions that happen to be installed on the build system) (bzr r15650)
* cmake: Fix code style for consistencyBryce Harrington2016-01-171-2/+2
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* cmake: Move join() to helper functions moduleBryce Harrington2016-01-161-0/+15
| | | (bzr r14588)
* cmake: Fix osx-related issues with cmake-buildsu_v2015-05-011-0/+19
Add new helper function to retrive pkg-config variables in Cmake; use paths defined as environment variables for builds on OS X (useful if MacPorts is not installed into default prefix); check backend of GTK2 on OS X in main cmake file (x11|quartz). (bzr r14080)