mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
5 lines
124 B
CMake
5 lines
124 B
CMake
set(PostgreSQL_FIND_QUIETLY TRUE)
|
|
|
|
find_package(PostgreSQL)
|
|
|
|
boost_external_report(PostgreSQL INCLUDE_DIR LIBRARIES VERSION) |