mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
cmArchiveWrite: Preemptively adapt to future libarchive 4.0 changes
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#include <cm_libarchive.h>
|
||||
#include "cm_get_date.h"
|
||||
|
||||
#ifndef __LA_SSIZE_T
|
||||
# define __LA_SSIZE_T la_ssize_t
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static std::string cm_archive_error_string(struct archive* a)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user