Skip to content

Commit accf3f1

Browse files
committedMay 30, 2017
ENABLE_PGTESTS doesn't really make sense w/out ENABLE_TESTS
[ci skip]
1 parent 0cee193 commit accf3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ with something like this:
4444
## Postgres
4545

4646
Make sure that you have enabled building of postgres test in CMake.
47-
`cmake -DENABLE_PGTEST=ON ..`
47+
`cmake -DENABLE_TESTS=ON -DENABLE_PGTEST=ON ..`
4848

4949
To test the postgres provider you will need to have a database available to
5050
which the postgres provider can connect. The server will need to have postgis

0 commit comments

Comments
 (0)
Please sign in to comment.