mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 04:08:46 -06:00
Help: Convert remaining modules to block-style comments
This commit is contained in:
committed by
Kyle Edwards
parent
7115aa6c22
commit
df4ed1e9ff
@@ -1,20 +1,21 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
#.rst:
|
||||
# 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)
|
||||
#[=======================================================================[.rst:
|
||||
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)
|
||||
#]=======================================================================]
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# History:
|
||||
|
||||
Reference in New Issue
Block a user