summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules/FindLCMS.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-12Remove support for LCMS 1Karl Cheng1-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
2011-06-25added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton1-0/+0
include paths explicitly. (bzr r10358)
2008-05-31Cmake: added windows path to find modules.Joshua L. Blocher1-0/+1
(bzr r5770)
2008-05-22Cmake: Find Dependencies rebuiltJoshua L. Blocher1-0/+89
(bzr r5731)