Files
rippled/src/soci/cmake/dependencies/PostgreSQL.cmake

5 lines
124 B
CMake

set(PostgreSQL_FIND_QUIETLY TRUE)
find_package(PostgreSQL)
boost_external_report(PostgreSQL INCLUDE_DIR LIBRARIES VERSION)