taocpp / taopq

C++ client library for PostgreSQL
Boost Software License 1.0
265 stars 40 forks source link

src/test/pq/CMakeLists.txt: Added missing include path for tests #22

Closed emmenlau closed 4 years ago

emmenlau commented 4 years ago

This PR adds a missing include path ${PostgreSQL_INCLUDE_DIRS} for the tests. Please review.

Fixes #21

d-frey commented 4 years ago

I committed a different fix for #21, as I think that you shouldn't be required to add the transitive requirements for taopq manually. Please check if this works for you, thanks.

emmenlau commented 4 years ago

Thanks a lot!