Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 784bb30 + 13b0b7d commit 37dba1aCopy full SHA for 37dba1a
CMakeLists.txt
@@ -40,7 +40,7 @@ OPTION( USE_ICONV "Link with and use iconv library" OFF )
40
OPTION( USE_SSH "Link with libssh to enable SSH support" ON )
41
OPTION( USE_GSSAPI "Link with libgssapi for SPNEGO auth" OFF )
42
OPTION( VALGRIND "Configure build for valgrind" OFF )
43
-OPTION( CURL "User curl for HTTP if available" ON)
+OPTION( CURL "Use curl for HTTP if available" ON)
44
OPTION( DEBUG_POOL "Enable debug pool allocator" OFF )
45
46
IF(DEBUG_POOL)
0 commit comments