]> git.proxmox.com Git - libgit2.git/commitdiff
Update CMakeLists.txt
authorElan Ruusamäe <glen@delfi.ee>
Fri, 27 May 2016 07:20:35 +0000 (10:20 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 27 May 2016 07:20:35 +0000 (10:20 +0300)
typo fix

CMakeLists.txt

index 337a26bd73142eff4d21ad532a82a2ebafe55f37..7d2e86d42b8d1c65090ec5df4fbf1bcd0e9c6c78 100644 (file)
@@ -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)