[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37511] trunk/blender/build_files/cmake/ macros.cmake: error in recent commit

Campbell Barton ideasman42 at gmail.com
Wed Jun 15 16:00:50 CEST 2011


Revision: 37511
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37511
Author:   campbellbarton
Date:     2011-06-15 14:00:50 +0000 (Wed, 15 Jun 2011)
Log Message:
-----------
error in recent commit

Modified Paths:
--------------
    trunk/blender/build_files/cmake/macros.cmake

Modified: trunk/blender/build_files/cmake/macros.cmake
===================================================================
--- trunk/blender/build_files/cmake/macros.cmake	2011-06-15 13:54:57 UTC (rev 37510)
+++ trunk/blender/build_files/cmake/macros.cmake	2011-06-15 14:00:50 UTC (rev 37511)
@@ -214,6 +214,7 @@
 	if(WITH_IMAGE_TIFF)
 		target_link_libraries(${target} ${TIFF_LIBRARY})
 	endif()
+	if(WITH_IMAGE_OPENEXR)
 		if(WIN32 AND NOT UNIX)
 			foreach(_LOOP_VAR ${OPENEXR_LIBRARIES})
 				string(REGEX REPLACE ".lib$" "_d.lib" _LOOP_VAR_DEBUG ${_LOOP_VAR})




More information about the Bf-blender-cvs mailing list