summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-07-06 18:58:45 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-07-06 18:58:45 +0000
commit5198e38c82379f7b87f5cd964d565821a5786a49 (patch)
treea4355b1e15096fa427f0e878530c513acf11728b /CMakeScripts
parentGtkmm deprecation fixes (diff)
downloadinkscape-5198e38c82379f7b87f5cd964d565821a5786a49.tar.gz
inkscape-5198e38c82379f7b87f5cd964d565821a5786a49.zip
Fix DefineDependsandFlags.cmake (remove spaces in pkg_check_modules)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 6d87846e9..46fbe7568 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -1,4 +1,3 @@
-
set(INKSCAPE_LIBS "")
set(INKSCAPE_INCS "")
set(INKSCAPE_INCS_SYS "")
@@ -47,7 +46,7 @@ pkg_check_modules(INKSCAPE_DEP REQUIRED
fontconfig
gsl
gmodule-2.0
- libsoup-2.4 >= 2.42)
+ libsoup-2.4>=2.42)
list(APPEND INKSCAPE_LIBS ${INKSCAPE_DEP_LDFLAGS})
list(APPEND INKSCAPE_INCS_SYS ${INKSCAPE_DEP_INCLUDE_DIRS})