summaryrefslogtreecommitdiffstats
path: root/Modules/FindPostgreSQL.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-01 17:21:45 (GMT)
committerBrad King <brad.king@kitware.com>2018-11-01 17:22:01 (GMT)
commit7a801b7dfb38c2f9f77fbda0f45ed88b70ca4b87 (patch)
tree2f64d4f593a3fa174698391874e49f79890e862d /Modules/FindPostgreSQL.cmake
parent7f68e4a1636a1691422e7a97873d34e1f5612fa1 (diff)
downloadCMake-7a801b7dfb38c2f9f77fbda0f45ed88b70ca4b87.zip
CMake-7a801b7dfb38c2f9f77fbda0f45ed88b70ca4b87.tar.gz
CMake-7a801b7dfb38c2f9f77fbda0f45ed88b70ca4b87.tar.bz2
FindPostgreSQL: Modernize documentation layout
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-rw-r--r--Modules/FindPostgreSQL.cmake23
1 files changed, 15 insertions, 8 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index 77fa4ed..d59ba50 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -7,14 +7,21 @@ FindPostgreSQL
Find the PostgreSQL installation.
-This module defines
-
-::
-
- 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)
+Result Variables
+^^^^^^^^^^^^^^^^
+
+This module will set the following variables in your project:
+
+``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
#]=======================================================================]
# ----------------------------------------------------------------------------