diff options
author | Edward Thomson <ethomson@github.com> | 2016-05-27 09:15:01 -0500 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2016-05-27 09:15:01 -0500 |
commit | 37dba1a739b5ee6c45dc9f3c0bd1f7f7a18f13f7 (patch) | |
tree | 0f5f7f154ac6922ee0ae3fb71b5b38a1876a78df | |
parent | 784bb30300eadfa47c9d5632f9b1a111e36bcbbd (diff) | |
parent | 13b0b7d520e412bab222820e78947c0244413371 (diff) | |
download | libgit2-37dba1a739b5ee6c45dc9f3c0bd1f7f7a18f13f7.tar.gz |
Merge pull request #3803 from glensc/patch-1
Update CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 337a26bd7..7d2e86d42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ OPTION( USE_ICONV "Link with and use iconv library" OFF ) OPTION( USE_SSH "Link with libssh to enable SSH support" ON ) OPTION( USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF ) OPTION( VALGRIND "Configure build for valgrind" OFF ) -OPTION( CURL "User curl for HTTP if available" ON) +OPTION( CURL "Use curl for HTTP if available" ON) OPTION( DEBUG_POOL "Enable debug pool allocator" OFF ) IF(DEBUG_POOL) |