[Bf-blender-cvs] [8aa7b2c9c5b] greasepencil-object: GPencil: Change CMake include to singular

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


Commit: 8aa7b2c9c5bfa9d22dfd211b5418fb8839ebec85
Author: Antonio Vazquez
Date:   Fri Dec 11 16:46:06 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB8aa7b2c9c5bfa9d22dfd211b5418fb8839ebec85

GPencil: Change CMake include to singular

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

M	build_files/cmake/platform/platform_win32.cmake
M	source/blender/io/gpencil/CMakeLists.txt

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

diff --git a/build_files/cmake/platform/platform_win32.cmake b/build_files/cmake/platform/platform_win32.cmake
index e33d3c1e387..83ab4a0262e 100644
--- a/build_files/cmake/platform/platform_win32.cmake
+++ b/build_files/cmake/platform/platform_win32.cmake
@@ -801,5 +801,5 @@ if(WITH_POTRACE)
   set(POTRACE_FOUND On)
 endif()
 
-set(LIBHARU_INCLUDE_DIRS ${LIBDIR}/libharu/include)
+set(LIBHARU_INCLUDE_DIR ${LIBDIR}/libharu/include)
 set(LIBHARU_LIBRARIES ${LIBDIR}/libharu/lib/libhpdfsd.lib)
diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index e69eb860453..89594f59933 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_DIRS}
+  ${LIBHARU_INCLUDE_DIR}
 )
 
 set(SRC



More information about the Bf-blender-cvs mailing list