From 6fa76ea498d3d240534e1dd2840f10cc83e70f0e Mon Sep 17 00:00:00 2001 From: Jeon Sang Wan Date: Sun, 2 Sep 2018 22:11:19 +0900 Subject: [PATCH] Edited INSTALL.md File Edited the Mistake of the PostgreSQL_LIBRARY_DIR comment error. #6582 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 044ea507d..10c3cd40a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -193,7 +193,7 @@ The following settings can be tuned for the PostgreSQL IDO feature. - `ICINGA2_WITH_PGSQL`: Determines whether the PostgreSQL IDO module is built; defaults to `ON` - `PostgreSQL_INCLUDE_DIR`: Top-level directory containing the PostgreSQL include directories -- `PostgreSQL_LIBRARY_DIR`: Top-level directory containing the PostgreSQL libraries +- `PostgreSQL_LIBRARY`: File path to PostgreSQL library : libpq.so (or libpq.so.[ver] file) See [FindMySQL.cmake](third-party/cmake/FindPostgreSQL.cmake) for the implementation. -- 2.40.0