From 56c44182d13776423f299e047826f2280cab5293 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Tue, 19 Sep 2023 23:23:23 +0600 Subject: [PATCH] Fix wrong define for PPMd --- libraries/lzma/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/lzma/CMakeLists.txt b/libraries/lzma/CMakeLists.txt index bfb8e327e..3ef9184bd 100644 --- a/libraries/lzma/CMakeLists.txt +++ b/libraries/lzma/CMakeLists.txt @@ -1,6 +1,6 @@ make_release_only() -set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_7ZIP_PPMD_SUPPPORT" ) +set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DZ7_PPMD_SUPPPORT" ) find_package(Threads)