cmake find_package(PostgreSQL) examples

eranif/codelite DatabaseExplorer/CMakeLists.txt :32

find_package(PostgreSQL REQUIRED)

eranif/codelite sdk/databaselayer/CMakeLists.txt :81

find_package(PostgreSQL REQUIRED)

OSGeo/gdal cmake/modules/3.20/FindPostgreSQL.cmake :60

# before calling find_package(PostgreSQL) in your CMakeLists.txt file.

jtv/libpqxx cmake/config.cmake :5

find_package(PostgreSQL)

jtv/libpqxx src/CMakeLists.txt :9

find_package(PostgreSQL REQUIRED)

jtv/libpqxx test/CMakeLists.txt :4

find_package(PostgreSQL REQUIRED)

jtv/libpqxx test/unit/CMakeLists.txt :2

find_package(PostgreSQL REQUIRED)

MapServer/MapServer CMakeLists.txt :653

find_package(PostgreSQL)

MapServer/MapServer cmake/3.20/FindPostgreSQL.cmake :60

# before calling find_package(PostgreSQL) in your CMakeLists.txt file.

PDAL/PDAL cmake/options.cmake :45

find_package(PostgreSQL QUIET)

PDAL/PDAL cmake/postgres.cmake :5

find_package(PostgreSQL REQUIRED)

qgis/QGIS cmake/FindPostgres.cmake :21

find_package(PostgreSQL)

microsoft/vcpkg ports/libodb-boost/CMakeLists.txt :8

# find_package(PostgreSQL REQUIRED)

microsoft/vcpkg ports/libodb-pgsql/CMakeLists.txt :5

find_package(PostgreSQL REQUIRED)