From bed3ffb3dcb0e3dbf7ff03b0970d87f858d3d1c3 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Thu, 1 Apr 2021 18:01:43 +0200 Subject: [PATCH] fix typo grid renderer -> svg renderer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb00aaae9..25ac6309f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ option(USE_LIBXML2 "adds libxml2 support" ON) option(USE_CAIRO "adds the cairo renderer" ON) option(USE_PROJ "adds proj support" ON) option(USE_GRID_RENDERER "adds grid renderer" ON) -option(USE_SVG_RENDERER "adds grid renderer" ON) +option(USE_SVG_RENDERER "adds svg renderer" ON) option(USE_BIGINT "uses 64 bit instead of 32" ON) option(USE_MEMORY_MAPPED_FILE "uses file cache" ON)