r14668 by cbradney - Add LCMS directory suffix to LCMS CMake finder

scribus-commit scribus-commit at lists.scribus.net
Wed Feb 10 00:30:20 CET 2010


Revision: 14668
Author: cbradney
Date: 2010-02-09T23:22:28.196425Z
Commit message: Add LCMS directory suffix to LCMS CMake finder

Changeset: 
M  /trunk/Scribus/cmake/modules/FindLCMS.cmake

Diffs:
Index: cmake/modules/FindLCMS.cmake
===================================================================
--- cmake/modules/FindLCMS.cmake	(revision 14667)
+++ cmake/modules/FindLCMS.cmake	(revision 14668)
@@ -19,8 +19,9 @@
 # SET(LCMS_LIBS ${_lcmsCflags})
 
 FIND_PATH(LCMS_INCLUDE_DIR lcms.h
-/usr/include
-/usr/local/include
+  /usr/include
+  /usr/local/include
+  PATH_SUFFIXES lcms
 )
 
 FIND_LIBRARY(LCMS_LIBRARY_RELEASE




More information about the scribus-commit mailing list