PERSISTENCE: look for newer and future libpq versions

master
Martin Gerhardy 2020-11-15 14:35:44 +01:00
parent d11da9687c
commit 0136de71ca
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ set(SRCS
postgres/PQSymbol.h postgres/PQSymbol.cpp
)
set(PostgreSQL_ADDITIONAL_VERSIONS "10;10.4;11;12")
set(PostgreSQL_ADDITIONAL_VERSIONS "10;10.4;11;12;13;14;15;16")
find_package(PostgreSQL)
set(LIB persistence)