[Bf-blender-cvs] [de21b26a740] temp-lineart-embree: LineArt: Fix cmake include path

YimingWu noreply at git.blender.org
Sat Mar 26 17:11:01 CET 2022


Commit: de21b26a7407b69b3f7b778cceb12413a5a30c7e
Author: YimingWu
Date:   Sat Mar 26 23:49:34 2022 +0800
Branches: temp-lineart-embree
https://developer.blender.org/rBde21b26a7407b69b3f7b778cceb12413a5a30c7e

LineArt: Fix cmake include path

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

M	source/blender/gpencil_modifiers/CMakeLists.txt

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

diff --git a/source/blender/gpencil_modifiers/CMakeLists.txt b/source/blender/gpencil_modifiers/CMakeLists.txt
index ea6d687377a..94df32478b0 100644
--- a/source/blender/gpencil_modifiers/CMakeLists.txt
+++ b/source/blender/gpencil_modifiers/CMakeLists.txt
@@ -36,7 +36,7 @@ set(INC
   ${CMAKE_BINARY_DIR}/source/blender/makesrna
 )
 
-set(INC_SYS
+list(APPEND INC_SYS
   ${ZLIB_INCLUDE_DIRS}
 )



More information about the Bf-blender-cvs mailing list