summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/HelperFunctions.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-12Packaging: Switch Windows distribution to Python 3.7Patrick Storz1-3/+3
2017-11-07Misc. typosUnknown1-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 ```
2017-06-09cmake/MSYS2: Improve error output in case of for failing shell scripts in ↵Eduard Braun1-8/+19
list_files_pacman / list_files_pip (see https://bugs.launchpad.net/inkscape/+bug/1696720)
2017-04-29cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵Eduard Braun1-3/+136
extensions that happen to be installed on the build system) (bzr r15650)
2016-01-17cmake: Fix code style for consistencyBryce Harrington1-2/+2
Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
2016-01-16cmake: Move join() to helper functions moduleBryce Harrington1-0/+15
(bzr r14588)
2015-05-01cmake: Fix osx-related issues with cmake-buildsu_v1-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)