Edited INSTALL.md File 6583/head
authorJeon Sang Wan <maxswjeon@naver.com>
Sun, 2 Sep 2018 13:11:19 +0000 (22:11 +0900)
committerJeon Sang Wan <maxswjeon@naver.com>
Sun, 2 Sep 2018 13:11:19 +0000 (22:11 +0900)
Edited the Mistake of the PostgreSQL_LIBRARY_DIR comment error.
#6582

INSTALL.md

index 044ea507da3f2f19e03bf36199e08d16235a9542..10c3cd40a50613d885d6e34d3c512009be2cadb1 100644 (file)
@@ -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.