Skip to content

Commit 13b0b7d

Browse files
committed
Update CMakeLists.txt
typo fix
1 parent 784bb30 commit 13b0b7d

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)