[Bf-blender-cvs] [898e29941e1] greasepencil-object: GPencil: Fix typo error in Cmake

Antonio Vazquez noreply at git.blender.org
Tue Feb 2 12:39:08 CET 2021


Commit: 898e29941e1dec39e8813a0c49ea1479853089dc
Author: Antonio Vazquez
Date:   Tue Feb 2 12:37:53 2021 +0100
Branches: greasepencil-object
https://developer.blender.org/rB898e29941e1dec39e8813a0c49ea1479853089dc

GPencil: Fix typo error in Cmake

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

M	source/blender/io/gpencil/CMakeLists.txt

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

diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index e9edf3fae91..fdb1509d28f 100644
--- a/source/blender/io/gpencil/CMakeLists.txt
+++ b/source/blender/io/gpencil/CMakeLists.txt
@@ -37,7 +37,7 @@ set(INC
 
 set(INC_SYS
   ${PUGIXML_INCLUDE_DIR}
-  ${HARU_INCLUDE_DIR}
+  ${HARU_INCLUDE_DIRS}
 )
 
 set(SRC



More information about the Bf-blender-cvs mailing list