Skip to content

Commit 486d28e

Browse files
authored
Merge pull request #205 from sebastic/patch-1
Fix text for WITH_POSTGRESQL
2 parents 357ec11 + c7c42eb commit 486d28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif()
8686
#options suported by the cmake builder
8787
option(WITH_PIXMAN "Use pixman for SSE optimized image manipulations" ON)
8888
option(WITH_SQLITE "Use sqlite as a cache/dimension backend" ON)
89-
option(WITH_POSTGRESQL "Use sqlite as a dimension backend" OFF)
89+
option(WITH_POSTGRESQL "Use PostgreSQL as a dimension backend" OFF)
9090
option(WITH_BERKELEY_DB "Use Berkeley DB as a cache backend" OFF)
9191
option(WITH_MEMCACHE "Use memcache as a cache backend (requires recent apr-util)" OFF)
9292
option(WITH_TIFF "Use TIFFs as a cache backend" OFF)

0 commit comments

Comments
 (0)