FindPostgreSQL: Add help text for PostgreSQL_LIBRARY cache entry

The PostgreSQL_LIBRARY_DIR_MESSAGE variable was set with the
needed text but never referenced.
This commit is contained in:
Tamar Kranenburg
2015-05-30 15:17:47 +02:00
committed by Brad King
parent a68e9b7cae
commit 8bd9505976

View File

@@ -143,6 +143,8 @@ find_library(PostgreSQL_LIBRARY
${PostgreSQL_ROOT_DIRECTORIES}
PATH_SUFFIXES
lib
# Help the user find it if we cannot.
DOC "The ${PostgreSQL_LIBRARY_DIR_MESSAGE}"
)
get_filename_component(PostgreSQL_LIBRARY_DIR ${PostgreSQL_LIBRARY} PATH)