summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-08-22 18:38:05 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-08-22 18:38:05 +0000
commit1d54c6203b9a14138a771e5f52689217454a51d2 (patch)
tree3aa528140a12474992fd35bf847beae8386875e1 /CMakeScripts
parentPanned styling to CSS and XML dialogs (diff)
downloadinkscape-1d54c6203b9a14138a771e5f52689217454a51d2.tar.gz
inkscape-1d54c6203b9a14138a771e5f52689217454a51d2.zip
remove HAVE_POTRACE
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index b41b18cc9..91f93e760 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -208,8 +208,6 @@ list(APPEND INKSCAPE_LIBS ${PNG_LIBRARY})
find_package(Potrace REQUIRED)
list(APPEND INKSCAPE_INCS_SYS ${POTRACE_INCLUDE_DIRS})
list(APPEND INKSCAPE_LIBS ${POTRACE_LIBRARIES})
-set(HAVE_POTRACE ON)
-add_definitions(-DHAVE_POTRACE)
if(WITH_DBUS)