We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 357ec11 + c7c42eb commit 486d28eCopy full SHA for 486d28e
CMakeLists.txt
@@ -86,7 +86,7 @@ endif()
86
#options suported by the cmake builder
87
option(WITH_PIXMAN "Use pixman for SSE optimized image manipulations" ON)
88
option(WITH_SQLITE "Use sqlite as a cache/dimension backend" ON)
89
-option(WITH_POSTGRESQL "Use sqlite as a dimension backend" OFF)
+option(WITH_POSTGRESQL "Use PostgreSQL as a dimension backend" OFF)
90
option(WITH_BERKELEY_DB "Use Berkeley DB as a cache backend" OFF)
91
option(WITH_MEMCACHE "Use memcache as a cache backend (requires recent apr-util)" OFF)
92
option(WITH_TIFF "Use TIFFs as a cache backend" OFF)
0 commit comments