Loading CMakeLists.txt +0 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,6 @@ option(CURL_DISABLE_CRYPTO_AUTH "to disable cryptographic authentication" OFF) mark_as_advanced(CURL_DISABLE_CRYPTO_AUTH) option(CURL_DISABLE_VERBOSE_STRINGS "to disable verbose strings" OFF) mark_as_advanced(CURL_DISABLE_VERBOSE_STRINGS) option(DISABLED_THREADSAFE "Set to explicitly specify we don't want to use thread-safe functions" OFF) mark_as_advanced(DISABLED_THREADSAFE) option(ENABLE_IPV6 "Define if you want to enable IPv6 support" ON) mark_as_advanced(ENABLE_IPV6) if(ENABLE_IPV6 AND NOT WIN32) Loading lib/curl_config.h.cmake +0 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,6 @@ /* when not building a shared library */ #cmakedefine CURL_STATICLIB 1 /* Set to explicitly specify we don't want to use thread-safe functions */ #cmakedefine DISABLED_THREADSAFE 1 /* your Entropy Gathering Daemon socket pathname */ #cmakedefine EGD_SOCKET ${EGD_SOCKET} Loading Loading
CMakeLists.txt +0 −2 Original line number Diff line number Diff line Loading @@ -172,8 +172,6 @@ option(CURL_DISABLE_CRYPTO_AUTH "to disable cryptographic authentication" OFF) mark_as_advanced(CURL_DISABLE_CRYPTO_AUTH) option(CURL_DISABLE_VERBOSE_STRINGS "to disable verbose strings" OFF) mark_as_advanced(CURL_DISABLE_VERBOSE_STRINGS) option(DISABLED_THREADSAFE "Set to explicitly specify we don't want to use thread-safe functions" OFF) mark_as_advanced(DISABLED_THREADSAFE) option(ENABLE_IPV6 "Define if you want to enable IPv6 support" ON) mark_as_advanced(ENABLE_IPV6) if(ENABLE_IPV6 AND NOT WIN32) Loading
lib/curl_config.h.cmake +0 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,6 @@ /* when not building a shared library */ #cmakedefine CURL_STATICLIB 1 /* Set to explicitly specify we don't want to use thread-safe functions */ #cmakedefine DISABLED_THREADSAFE 1 /* your Entropy Gathering Daemon socket pathname */ #cmakedefine EGD_SOCKET ${EGD_SOCKET} Loading