From a68e9b7cae123d8388b5aa55d991df86aaf18d43 Mon Sep 17 00:00:00 2001 From: Tamar Kranenburg Date: Sat, 30 May 2015 15:17:47 +0200 Subject: [PATCH] FindPostgreSQL: Document PostgreSQL_LIBRARY_DIRS result variable --- Modules/FindPostgreSQL.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index b0af81720..fba0ca0e4 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) #=============================================================================