[Bf-blender-cvs] [cc58d49f105] greasepencil-object: GPencil: Fix CMake typo error

Antonio Vazquez noreply at git.blender.org
Fri Dec 11 16:46:13 CET 2020


Commit: cc58d49f105488ac06d6631a1cf3ddd527232e18
Author: Antonio Vazquez
Date:   Fri Dec 11 16:41:17 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rBcc58d49f105488ac06d6631a1cf3ddd527232e18

GPencil: Fix CMake typo error

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

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

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

diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index 89594f59933..e69eb860453 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}
-  ${LIBHARU_INCLUDE_DIR}
+  ${LIBHARU_INCLUDE_DIRS}
 )
 
 set(SRC



More information about the Bf-blender-cvs mailing list