[Bf-blender-cvs] [2cc0633] soc-2014-fluid: Fix CMake (missing path for zlib)

Daniel Genrich noreply at git.blender.org
Thu Oct 23 15:36:22 CEST 2014


Commit: 2cc063318ccee7fa77f85077e1c970455dc38ea3
Author: Daniel Genrich
Date:   Thu Oct 23 15:36:05 2014 +0200
Branches: soc-2014-fluid
https://developer.blender.org/rB2cc063318ccee7fa77f85077e1c970455dc38ea3

Fix CMake (missing path for zlib)

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

M	source/blender/python/manta_pp/CMakeLists.txt

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

diff --git a/source/blender/python/manta_pp/CMakeLists.txt b/source/blender/python/manta_pp/CMakeLists.txt
index f86fc94..73027c8a 100644
--- a/source/blender/python/manta_pp/CMakeLists.txt
+++ b/source/blender/python/manta_pp/CMakeLists.txt
@@ -10,6 +10,7 @@ set(INC
 )
 
 set(INC_SYS
+	${ZLIB_INCLUDE_DIRS}
 	${PYTHON_INCLUDE_DIRS}
 )




More information about the Bf-blender-cvs mailing list