]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Create ENABLE_OPENSSL CMake option
authorBrad King <brad.king@kitware.com>
Wed, 16 Dec 2009 13:32:27 +0000 (08:32 -0500)
committerBrad King <brad.king@kitware.com>
Wed, 16 Dec 2009 13:32:27 +0000 (08:32 -0500)
commitfc239d4a6177259186cc4f9c6e0e37f0dbc334d0
tree1fd57397c5ab0646fad6a39b491feb0dfda25312
parent2dcdfbcd0a9c0fc36be7518d75840af2a7d7ab5c
Create ENABLE_OPENSSL CMake option

This option tells libarchive whether to check for OpenSSL and use it.
We enable it by default since we previously did this unconditionally.
This provides the CMake equivalent to the --without-openssl option,
spelled as -DENABLE_OPENSSL=OFF.  See issue #22.

SVN-Revision: 1750
CMakeLists.txt