mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Utilities: Add hard-coded try_compile result for libarchive strnlen check
libarchive 3.5.1 checks for strnlen. It is available on all Windows platforms.
This commit is contained in:
@@ -180,6 +180,7 @@ if(WIN32)
|
||||
set(HAVE_STRERROR_R 0)
|
||||
set(HAVE_STRNCMPI 0)
|
||||
set(HAVE_STRNCPY_S 1)
|
||||
set(HAVE_STRNLEN 1)
|
||||
set(HAVE_STROPTS_H 0)
|
||||
set(HAVE__STRTOI64 1)
|
||||
set(HAVE_STRTOLL 1)
|
||||
|
||||
Reference in New Issue
Block a user