mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
@@ -56,7 +56,7 @@
|
||||
#elif HAVE_BSDXML_H
|
||||
#include <bsdxml.h>
|
||||
#elif HAVE_EXPAT_H
|
||||
#include <expat.h>
|
||||
#include <cm3p/expat.h>
|
||||
#endif
|
||||
#if HAVE_MBEDTLS_VERSION_H
|
||||
#include <mbedtls/version.h>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <cm3p/zlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_ZSTD_H
|
||||
#include <zstd.h>
|
||||
#include <cm3p/zstd.h>
|
||||
#endif
|
||||
|
||||
#include "archive.h"
|
||||
|
||||
@@ -53,13 +53,13 @@
|
||||
#include <cm3p/zlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_LZMA_H
|
||||
#include <lzma.h>
|
||||
#include <cm3p/lzma.h>
|
||||
#endif
|
||||
#ifdef HAVE_BZLIB_H
|
||||
#include <bzlib.h>
|
||||
#include <cm3p/bzlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_ZSTD_H
|
||||
#include <zstd.h>
|
||||
#include <cm3p/zstd.h>
|
||||
#endif
|
||||
|
||||
#include "archive.h"
|
||||
|
||||
Reference in New Issue
Block a user