| commit | 3cf82daf7c9f06c16e54620f6e38dafbd191d29f | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Thu Feb 15 14:56:33 2018 +0100 |
| committer | Thomas Klausner <tk@giga.or.at> | Thu Feb 15 14:56:48 2018 +0100 |
| tree | b478660751d27c0c901ac14c67a6b314e396217b | |
| parent | 29ca4800a8ce0e9ee641bcd8043d24a0c1907771 [diff] |
Fix typo in option description.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f4e519e..1a9f0ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT(libzip C) -OPTION(ENABLE_GNUTLS "Enable use of GNuTLS" ON) +OPTION(ENABLE_GNUTLS "Enable use of GnuTLS" ON) OPTION(ENABLE_OPENSSL "Enable use of OpenSSL" ON) OPTION(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)