summaryrefslogtreecommitdiff
path: root/Modules/FindPostgreSQL.cmake
diff options
context:
space:
mode:
authorTamar Kranenburg <info@takar.nl>2015-05-30 15:17:47 +0200
committerBrad King <brad.king@kitware.com>2015-06-01 10:47:59 -0400
commita68e9b7cae123d8388b5aa55d991df86aaf18d43 (patch)
treec46968f37b3df8f386844330ac52e10109292856 /Modules/FindPostgreSQL.cmake
parentcc3aee048c7bfee40cca43257e66140f158f032a (diff)
downloadcmake-a68e9b7cae123d8388b5aa55d991df86aaf18d43.tar.gz
FindPostgreSQL: Document PostgreSQL_LIBRARY_DIRS result variable
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-rw-r--r--Modules/FindPostgreSQL.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index b0af817204..fba0ca0e47 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -13,6 +13,7 @@
#
# 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)
#=============================================================================