diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-05 20:45:34 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-05 21:22:02 +0000 |
| commit | 5dc92fdb2456b6d7acd491f1d3671e5b93fc559f (patch) | |
| tree | ef01837377ff11329954d6bbb24904130a17914d /CMakeLists.txt | |
| parent | complete TextToolbar migration merge (diff) | |
| download | inkscape-5dc92fdb2456b6d7acd491f1d3671e5b93fc559f.tar.gz inkscape-5dc92fdb2456b6d7acd491f1d3671e5b93fc559f.zip | |
Remove unused libyaml dependency
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 944af42ef..231f71039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,6 @@ option(WITH_LIBCDR "Compile with support of libcdr for CorelDRAW Diagrams" ON) option(WITH_LIBVISIO "Compile with support of libvisio for Microsoft Visio Diagrams" ON) option(WITH_LIBWPG "Compile with support of libwpg for WordPerfect Graphics" ON) option(WITH_NLS "Compile with Native Language Support (using gettext)" ON) -option(WITH_YAML "Compile with YAML support (enables xverbs)" ON) option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF) option(WITH_FUZZ "Compile for fuzzing purpose (use 'make fuzz' only)" OFF) @@ -308,7 +307,6 @@ message("WITH_LIBWPG: ${WITH_LIBWPG}") message("WITH_NLS: ${WITH_NLS}") message("WITH_OPENMP: ${WITH_OPENMP}") message("WITH_PROFILING: ${WITH_PROFILING}") -message("WITH_YAML: ${WITH_YAML}") message("WITH_JEMALLOC: ${WITH_JEMALLOC}") if(WIN32) |
