[Bf-blender-cvs] [b2782f78ba5] master: Fix warning building without potrace

Hans Goudey noreply at git.blender.org
Tue Sep 22 04:46:30 CEST 2020


Commit: b2782f78ba54a52a639f1411a3ee8a5fc66cba66
Author: Hans Goudey
Date:   Mon Sep 21 21:46:15 2020 -0500
Branches: master
https://developer.blender.org/rBb2782f78ba54a52a639f1411a3ee8a5fc66cba66

Fix warning building without potrace

The library is no longer in extern, so it isn't necessary to include it
here.

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

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

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

diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index 7bf8a93a97c..b2c618073f4 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -29,7 +29,6 @@ set(INC
   ../../windowmanager
   ../../../../intern/glew-mx
   ../../../../intern/guardedalloc
-  ../../../../extern/potrace/src
 )
 
 set(SRC



More information about the Bf-blender-cvs mailing list