diff options
author | Andrei Lebedev <lebdron@gmail.com> | 2019-05-09 17:17:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-20 15:29:04 (GMT) |
commit | 368bcba28a9cd4a9f75d6671cd391b8ceef8e973 (patch) | |
tree | ad71b3bc0f09036579e901685b1a9c24d61fbd43 /Help | |
parent | 7024fe33b8ea1d1fba3bf881f8c530688107c505 (diff) | |
download | CMake-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.rst | 5 |
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. |