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}
 )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to