[Bf-blender-cvs] [d07863a40d9] temp-gpencil-io: build: Fix linker issues with haru

Ray Molenkamp noreply at git.blender.org
Mon Feb 1 19:32:45 CET 2021


Commit: d07863a40d99bc8301059cdf168f4333b1ee4b52
Author: Ray Molenkamp
Date:   Mon Feb 1 11:32:37 2021 -0700
Branches: temp-gpencil-io
https://developer.blender.org/rBd07863a40d99bc8301059cdf168f4333b1ee4b52

build: Fix linker issues with haru

Now the official libs are landing in master in the
variable names changed ever to slightly.

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

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..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}
-  ${LIBHARU_INCLUDE_DIR}
+  ${HARU_INCLUDE_DIRS}
 )
 
 set(SRC
@@ -70,7 +70,7 @@ set(LIB
   bf_io_common
 
   ${PUGIXML_LIBRARIES}
-  ${LIBHARU_LIBRARIES}
+  ${HARU_LIBRARIES}
 )
 
 list(APPEND LIB



More information about the Bf-blender-cvs mailing list