From a7f65f03bd1150f48398eaf48703f90025b41342 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 21 Mar 2019 15:42:57 -1000 Subject: ntlm: add ntlmclient as a dependency Include https://github.com/ethomson/ntlmclient as a dependency. --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1630a7b27..007963c10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,10 @@ OPTION(USE_BUNDLED_ZLIB "Use the bundled version of zlib" OFF) OPTION(DEPRECATE_HARD "Do not include deprecated functions in the library" OFF) SET(REGEX_BACKEND "" CACHE STRING "Regular expression implementation. One of regcomp_l, pcre2, pcre, regcomp, or builtin.") +IF (UNIX) + OPTION(USE_NTLMCLIENT "Enable NTLM support on Unix." ON ) +ENDIF() + IF (UNIX AND NOT APPLE) OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF) ENDIF() -- cgit v1.2.1