summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-02 15:21:14 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-02 15:21:14 (GMT)
commitf39d713af62b4087f059ac0cd861c363d3f45bd3 (patch)
tree654af3ca31bcf57dc4573c9054805f5753380204 /Help
parent0d757166fef0f258d1e69f1d63c64612d9f7ecc7 (diff)
parentbe9bec5df2660661984e080dad9ae7561aa1fe83 (diff)
downloadCMake-f39d713af62b4087f059ac0cd861c363d3f45bd3.zip
CMake-f39d713af62b4087f059ac0cd861c363d3f45bd3.tar.gz
CMake-f39d713af62b4087f059ac0cd861c363d3f45bd3.tar.bz2
Merge topic 'FindOpenSSL-separate-libs'
be9bec5d FindOpenSSL: Report crypto and ssl libraries separately
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindOpenSSL-separate-libs.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindOpenSSL-separate-libs.rst b/Help/release/dev/FindOpenSSL-separate-libs.rst
new file mode 100644
index 0000000..96e3961
--- /dev/null
+++ b/Help/release/dev/FindOpenSSL-separate-libs.rst
@@ -0,0 +1,7 @@
+FindOpenSSL-separate-libs
+-------------------------
+
+* The :module:`FindOpenSSL` module now reports ``crypto`` and ``ssl``
+ libraries separately in ``OPENSSL_CRYPTO_LIBRARY`` and
+ ``OPENSSL_SSL_LIBRARY``, respectively, to allow applications to
+ link to one without the other.