From 26a7d5fe6b98c22c7ce17ab8c629bcf2be1e4b9a Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 18 Dec 2006 01:22:38 +0000 Subject: The OpenEXR include path needed to be a bit more elaborate... oddly cmake always says OPENEXR_INC not found despite the fact that I have the headers and it finds them correctly during building. There seems to be some conflict between setting, configuring as an option, and autofinding files for some of the dependencies, and I don't know how to resolve this. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b273cfda904..e1f585fcc74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,7 @@ IF(APPLE) SET(FREETYPE_LIB freetype) SET(OPENEXR ${LIBDIR}/openexr) - SET(OPENEXR_INC ${OPENEXR}/include/OpenEXR) + SET(OPENEXR_INC ${OPENEXR}/include/OpenEXR ${OPENEXR}/include) IF(CMAKE_OSX_ARCHITECTURES MATCHES i386) SET(OPENEXR_LIB Iex Half IlmImf Imath IlmThread) ELSE(CMAKE_OSX_ARCHITECTURES MATCHES i386) -- cgit v1.2.3