diff options
author | Michael Scott <michael.scott250@gmail.com> | 2015-09-01 19:41:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-02 15:35:43 (GMT) |
commit | 11097f52311f5605c545e9ca4a25ee03a811d523 (patch) | |
tree | 5186a9365a33ae0b92cab6cdfdc3dede7304f639 /Help | |
parent | 72c11e590273d100c49f472afc3a7569b233ff00 (diff) | |
download | CMake-11097f52311f5605c545e9ca4a25ee03a811d523.zip CMake-11097f52311f5605c545e9ca4a25ee03a811d523.tar.gz CMake-11097f52311f5605c545e9ca4a25ee03a811d523.tar.bz2 |
FindZLIB: Find debug and release variants separately
Provide each variant in ZLIB_LIBRARIES and ZLIB::ZLIB imported location
properties when one is found, while maintaining support for manually
setting the library via ZLIB_LIBRARY.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindZLIB-per-config.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindZLIB-per-config.rst b/Help/release/dev/FindZLIB-per-config.rst new file mode 100644 index 0000000..97fd6ef --- /dev/null +++ b/Help/release/dev/FindZLIB-per-config.rst @@ -0,0 +1,5 @@ +FindZLIB-per-config +------------------- + +* The :module:`FindZLIB` module learned to search separately for + debug and release variants. |