[Bf-blender-cvs] [c13e20803e1] greasepencil-object: GPencil: Fix typo error in CMake in previous commit

Antonio Vazquez noreply at git.blender.org
Thu Sep 17 17:37:56 CEST 2020


Commit: c13e20803e18ec3ae84db55c00ce88bc01bbed89
Author: Antonio Vazquez
Date:   Thu Sep 17 17:37:49 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rBc13e20803e18ec3ae84db55c00ce88bc01bbed89

GPencil: Fix typo error in CMake in previous commit

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

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

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

diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index 7c429c5bc38..7bf8a93a97c 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -80,7 +80,7 @@ if(WITH_POTRACE)
   list(APPEND LIB
     ${POTRACE_LIBRARIES}
   )
-  add_compile_definitions(-DWITH_POTRACE)
+  add_definitions(-DWITH_POTRACE)
 endif()
 
 if(WITH_INTERNATIONAL)



More information about the Bf-blender-cvs mailing list