summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorAndrei Lebedev <lebdron@gmail.com>2019-05-09 17:17:28 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-20 15:29:04 (GMT)
commit368bcba28a9cd4a9f75d6671cd391b8ceef8e973 (patch)
treead71b3bc0f09036579e901685b1a9c24d61fbd43 /Help
parent7024fe33b8ea1d1fba3bf881f8c530688107c505 (diff)
downloadCMake-368bcba28a9cd4a9f75d6671cd391b8ceef8e973.zip
CMake-368bcba28a9cd4a9f75d6671cd391b8ceef8e973.tar.gz
CMake-368bcba28a9cd4a9f75d6671cd391b8ceef8e973.tar.bz2
FindPostgreSQL: Find debug lib, imported configs
* Add find_library calls for debug and release * Set imported configs for corresponding libraries in imported target * Set debug/optimized in PostgreSQL_LIBRARIES Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindPostgreSQL-config-support.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPostgreSQL-config-support.rst b/Help/release/dev/FindPostgreSQL-config-support.rst
new file mode 100644
index 0000000..f24dc68
--- /dev/null
+++ b/Help/release/dev/FindPostgreSQL-config-support.rst
@@ -0,0 +1,5 @@
+FindPostgreSQL-config-support
+-----------------------------
+
+* The :module:`FindPostgreSQL` module learned to find debug and release
+ variants separately.