Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37dba1a

Browse files
author
Edward Thomson
committed
Merge pull request libgit2#3803 from glensc/patch-1
Update CMakeLists.txt
2 parents 784bb30 + 13b0b7d commit 37dba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OPTION( USE_ICONV "Link with and use iconv library" OFF )
4040
OPTION( USE_SSH "Link with libssh to enable SSH support" ON )
4141
OPTION( USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF )
4242
OPTION( VALGRIND "Configure build for valgrind" OFF )
43-
OPTION( CURL "User curl for HTTP if available" ON)
43+
OPTION( CURL "Use curl for HTTP if available" ON)
4444
OPTION( DEBUG_POOL "Enable debug pool allocator" OFF )
4545

4646
IF(DEBUG_POOL)

0 commit comments

Comments
 (0)