summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-11-12 22:35:18 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-11-12 22:35:18 +0000
commitac1a99494b6afaf5673f260f0e75559eff3b5ff5 (patch)
treea457d10b494b9b37fd282dcf4425ee4f9c159351 /CMakeScripts/DefineDependsandFlags.cmake
parentEnable builds without flood/trace on systems without Potrace (diff)
downloadinkscape-ac1a99494b6afaf5673f260f0e75559eff3b5ff5.tar.gz
inkscape-ac1a99494b6afaf5673f260f0e75559eff3b5ff5.zip
Update cmake Potrace module to match style of others
(bzr r14449.1.5)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index e0857f265..ea0867535 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -198,7 +198,7 @@ list(APPEND INKSCAPE_LIBS ${POPT_LIBRARIES})
add_definitions(${POPT_DEFINITIONS})
find_package(Potrace REQUIRED)
-list(APPEND INKSCAPE_INCS_SYS ${POTRACE_INCLUDE_DIR})
+list(APPEND INKSCAPE_INCS_SYS ${POTRACE_INCLUDE_DIRS})
list(APPEND INKSCAPE_LIBS ${POTRACE_LIBRARIES})
if(WITH_DBUS)