Move placement of lzma.

This commit is contained in:
2023-09-24 02:41:01 +01:00
parent fb79a7ddf6
commit 7cc2d1c72e
687 changed files with 2 additions and 2 deletions

4
3rdparty/lzma.cmake vendored
View File

@@ -1,5 +1,5 @@
set("LZMA_C_DIRECTORY" "3rdparty/lzma-21.03beta/C")
set("LZMA_ASM_DIRECTORY" "3rdparty/lzma-21.03beta/Asm")
set("LZMA_C_DIRECTORY" "3rdparty/lzma/C")
set("LZMA_ASM_DIRECTORY" "3rdparty/lzma/Asm")
message(STATUS "LZMA VERSION: 21.03beta")

Some files were not shown because too many files have changed in this diff Show More