diff options
author | Tamar Kranenburg <info@takar.nl> | 2015-05-30 13:17:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-01 14:47:59 (GMT) |
commit | a68e9b7cae123d8388b5aa55d991df86aaf18d43 (patch) | |
tree | c46968f37b3df8f386844330ac52e10109292856 /Modules/FindPostgreSQL.cmake | |
parent | cc3aee048c7bfee40cca43257e66140f158f032a (diff) | |
download | CMake-a68e9b7cae123d8388b5aa55d991df86aaf18d43.zip CMake-a68e9b7cae123d8388b5aa55d991df86aaf18d43.tar.gz CMake-a68e9b7cae123d8388b5aa55d991df86aaf18d43.tar.bz2 |
FindPostgreSQL: Document PostgreSQL_LIBRARY_DIRS result variable
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-rw-r--r-- | Modules/FindPostgreSQL.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index b0af817..fba0ca0 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) #============================================================================= |