taocpp / taopq

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

CMake: allow postgres manual detection #9

Closed rbouqueau closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 95.853% when pulling d5d0246ed272443300219ebb7fa0f6fd43fb67fc on rbouqueau:master into 5ee1dedc66240edffecebfca95e5a489bf7c4d8c on taocpp:master.

d-frey commented 6 years ago

@uilianries Is this a common technique? I have no experience with it and I'd appreciate your input on this :)

uilianries commented 6 years ago

Hi @rbouqueau !

Why do you need to use custom paths? is it not enough set PostgreSQL_ROOT ?

rbouqueau commented 6 years ago

I am not a CMake expert. PostgreSQL_ROOT works. Thanks!