aboutsummaryrefslogtreecommitdiff
path: root/cmake/NNGOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/NNGOptions.cmake')
-rw-r--r--cmake/NNGOptions.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/NNGOptions.cmake b/cmake/NNGOptions.cmake
index c0b6d63a..b0512c45 100644
--- a/cmake/NNGOptions.cmake
+++ b/cmake/NNGOptions.cmake
@@ -142,6 +142,4 @@ if (NNG_TRANSPORT_WS OR NNG_TRANSPORT_WSS)
# Make sure things we *MUST* have are enabled.
set(NNG_SUPP_WEBSOCKET ON)
set(NNG_SUPP_HTTP ON)
- set(NNG_SUPP_BASE64 ON)
- set(NNG_SUPP_SHA1 ON)
endif()