[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48170] trunk/blender/CMakeLists.txt: Set openjpeg to static.

Antony Riakiotakis kalast at gmail.com
Thu Jun 21 16:44:16 CEST 2012


Revision: 48170
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48170
Author:   psy-fi
Date:     2012-06-21 14:44:15 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
Set openjpeg to static. Solves linking issues on recent openjpeg update

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-06-21 14:38:45 UTC (rev 48169)
+++ trunk/blender/CMakeLists.txt	2012-06-21 14:44:15 UTC (rev 48170)
@@ -1489,6 +1489,7 @@
 		# dealt with above
 	else()
 		set(OPENJPEG_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/extern/libopenjpeg")
+		add_definitions(-DOPJ_STATIC)
 	endif()
 endif()
 




More information about the Bf-blender-cvs mailing list