# FIXME: Somehow FindPostgreSQL.cmake can't figure out the root path of
# our new PostgreSQL installation.
abinfo "Finding PostgreSQL ..."
pgroot=$(pg_config --libdir)
if [ ! -d "$pgroot" ] ; then
	abdie "Failed to fetch the root path of the PostgreSQL installation."
fi
export PostgreSQL_ROOT=$(realpath "$pgroot"/..)
