Skip to content

Commit

Permalink
ENABLE_PGTESTS doesn't really make sense w/out ENABLE_TESTS
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
strk committed May 30, 2017
1 parent 0cee193 commit accf3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Expand Up @@ -44,7 +44,7 @@ with something like this:
## Postgres

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

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

0 comments on commit accf3f1

Please sign in to comment.