We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f6481 commit f2e43a8Copy full SHA for f2e43a8
deps/ntlmclient/CMakeLists.txt
@@ -7,6 +7,8 @@ DISABLE_WARNINGS(implicit-fallthrough)
7
IF (HTTPS_BACKEND STREQUAL "SecureTransport")
8
ADD_DEFINITIONS(-DCRYPT_COMMONCRYPTO)
9
SET(SRC_NTLMCLIENT_CRYPTO "crypt_commoncrypto.c")
10
+ # CC_MD4 has been deprecated in macOS 10.15.
11
+ SET_SOURCE_FILES_PROPERTIES("crypt_commoncrypto.c" COMPILE_FLAGS "-Wno-deprecated")
12
ELSEIF (HTTPS_BACKEND STREQUAL "OpenSSL")
13
ADD_DEFINITIONS(-DCRYPT_OPENSSL)
14
INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DIR})
0 commit comments