mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-22 03:51:11 +00:00
Fix wrong define for PPMd
This commit is contained in:
parent
4497d7fdaa
commit
56c44182d1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue