diff options
author | Hans Jansen <hansjansen162@outlook.com> | 2023-10-12 19:07:50 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-10-13 20:54:05 +0800 |
commit | 233885a437f8b55a5c8442984ebc0aaa579e92de (patch) | |
tree | ef1c54ff46a79c3a4f87accfdfb185f5497260ee /CMakeLists.txt | |
parent | CI: Bump and ref actions by commit SHA in windows-ci.yml (diff) | |
download | xz-233885a437f8b55a5c8442984ebc0aaa579e92de.tar.xz |
liblzma: Rename crc_macros.h to crc_common.h.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e0af3e15..ecbb7b2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,7 +217,7 @@ add_library(liblzma src/liblzma/api/lzma/vli.h src/liblzma/check/check.c src/liblzma/check/check.h - src/liblzma/check/crc_macros.h + src/liblzma/check/crc_common.h src/liblzma/common/block_util.c src/liblzma/common/common.c src/liblzma/common/common.h |