[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50876] trunk/blender/intern/cycles/ CMakeLists.txt: Use ${OPENEXR_INCLUDE_DIR} instead of ${OPENEXR}/include

Sergey Sharybin sergey.vfx at gmail.com
Tue Sep 25 09:34:45 CEST 2012


Revision: 50876
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50876
Author:   nazgul
Date:     2012-09-25 07:34:45 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
Use ${OPENEXR_INCLUDE_DIR} instead of ${OPENEXR}/include

There's no CMake symbol names ${OPENEXR} which lead to using /include
as an include directory, which isn't correct.

Modified Paths:
--------------
    trunk/blender/intern/cycles/CMakeLists.txt

Modified: trunk/blender/intern/cycles/CMakeLists.txt
===================================================================
--- trunk/blender/intern/cycles/CMakeLists.txt	2012-09-25 06:11:32 UTC (rev 50875)
+++ trunk/blender/intern/cycles/CMakeLists.txt	2012-09-25 07:34:45 UTC (rev 50876)
@@ -60,7 +60,7 @@
 	${BOOST_INCLUDE_DIR}
 	${OPENIMAGEIO_INCLUDE_DIRS}
 	${OPENIMAGEIO_INCLUDE_DIRS}/OpenImageIO
-	${OPENEXR}/include)
+	${OPENEXR_INCLUDE_DIR})
 
 # Subdirectories
 




More information about the Bf-blender-cvs mailing list