[Bf-blender-cvs] [9744c8c] master: CMake: Another attempt to solve compilation error on Windows

Sergey Sharybin noreply at git.blender.org
Thu Sep 17 11:30:13 CEST 2015


Commit: 9744c8ca587c76d53dbef4c637b48253c11e4f61
Author: Sergey Sharybin
Date:   Thu Sep 17 14:29:56 2015 +0500
Branches: master
https://developer.blender.org/rB9744c8ca587c76d53dbef4c637b48253c11e4f61

CMake: Another attempt to solve compilation error on Windows

===================================================================

M	extern/libredcode/CMakeLists.txt

===================================================================

diff --git a/extern/libredcode/CMakeLists.txt b/extern/libredcode/CMakeLists.txt
index c9d2bfc..c755237 100644
--- a/extern/libredcode/CMakeLists.txt
+++ b/extern/libredcode/CMakeLists.txt
@@ -41,4 +41,6 @@ set(SRC
 	format.h
 )
 
+add_definitions(${OPENJPEG_DEFINES})
+
 blender_add_lib(extern_redcode "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list