mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-26 22:37:32 +08:00

LLVM headers define strlcat as a macro rather than as a function. See upstream Curl issue: http://curl.haxx.se/bug/view.cgi?id=1192 It was addressed by removing use of strlcat altogether. Port the upstream fix to CMake's curl.