summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules/FindLCMS.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for LCMS 1Karl Cheng2019-05-121-90/+0
| | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
* added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-251-0/+90
include paths explicitly. (bzr r10358)