diff options
author | Benbuck Nason <bnason@netflix.com> | 2017-08-15 08:25:36 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-15 23:40:54 +0200 |
commit | 774d49af5255b0047ef1feb8fe3d68d9b3470f52 (patch) | |
tree | b4b36f1f4ce4b3fa89ac633aa24aed5e7553daa3 /CMakeLists.txt | |
parent | 3cb4bb6b5fb8a936cb69e2e9ea6a4e692122abb9 (diff) | |
download | curl-774d49af5255b0047ef1feb8fe3d68d9b3470f52.tar.gz |
cmake: remove dead code for DISABLED_THREADSAFE
Closes #1786
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index af7f4dc40..f3bfd8e9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |