mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06: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.