From 7a801b7dfb38c2f9f77fbda0f45ed88b70ca4b87 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Nov 2018 13:21:45 -0400 Subject: [PATCH] FindPostgreSQL: Modernize documentation layout --- Modules/FindPostgreSQL.cmake | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index 77fa4ed450..d59ba501fc 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -7,14 +7,21 @@ FindPostgreSQL Find the PostgreSQL installation. -This module defines +Result Variables +^^^^^^^^^^^^^^^^ -:: +This module will set the following variables in your project: - PostgreSQL_LIBRARIES - the PostgreSQL libraries needed for linking - PostgreSQL_INCLUDE_DIRS - the directories of the PostgreSQL headers - PostgreSQL_LIBRARY_DIRS - the link directories for PostgreSQL libraries - PostgreSQL_VERSION_STRING - the version of PostgreSQL found (since CMake 2.8.8) +``PostgreSQL_FOUND`` + True if PostgreSQL is found. +``PostgreSQL_LIBRARIES`` + the PostgreSQL libraries needed for linking +``PostgreSQL_INCLUDE_DIRS`` + the directories of the PostgreSQL headers +``PostgreSQL_LIBRARY_DIRS`` + the link directories for PostgreSQL libraries +``PostgreSQL_VERSION_STRING`` + the version of PostgreSQL found #]=======================================================================] # ----------------------------------------------------------------------------