cm_parse_date.c 435 B

1234567891011
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file LICENSE.rst or https://cmake.org/licensing for details. */
  3. #include "cm_parse_date.h"
  4. // FIXME: This suppresses use of localtime_r because archive_parse_date.c
  5. // depends the rest of libarchive's checks for that.
  6. #define CM_PARSE_DATE
  7. #define archive_parse_date cm_parse_date
  8. #include "../Utilities/cmlibarchive/libarchive/archive_parse_date.c"