blob: 956b3ab7089aa9588be3dcc8c73b8c2e6680ce93 [file] [log] [blame]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#ifndef cm3p_archive_h
#define cm3p_archive_h
/* Use the libarchive configured for CMake. */
#include "cmThirdParty.h"
#ifdef CMAKE_USE_SYSTEM_LIBARCHIVE
# include <archive.h> // IWYU pragma: export
#else
# include <cmlibarchive/libarchive/archive.h> // IWYU pragma: export
#endif
#endif