Skip to content

DatabaseWriter: Find PQXX via PkgConfig

This replaces the FindPQXX CMake files with a simple 2 line check to PQXX. It leverages PkgConfig (https://cmake.org/cmake/help/latest/module/FindPkgConfig.html), as it is the default dependency-lookup provided by PQXX.

This also removes the potential problem of not really knowing where this file is from (which btw I believe I have found now here).

Merge request reports