mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[ZLIB] use correct dependency for minizip library
This commit is contained in:
parent
979972b900
commit
aa91628b0e
1 changed files with 1 additions and 1 deletions
2
sdk/lib/3rdparty/zlib/CMakeLists.txt
vendored
2
sdk/lib/3rdparty/zlib/CMakeLists.txt
vendored
|
@ -38,7 +38,7 @@ if(CMAKE_CROSSCOMPILING)
|
|||
add_library(zlib_solo ${SOLO_SOURCE})
|
||||
add_target_compile_definitions(zlib_solo Z_SOLO)
|
||||
add_library(minizip ${MINIZIP_SOURCE})
|
||||
add_dependencies(minizip xdk)
|
||||
add_dependencies(minizip psdk)
|
||||
else()
|
||||
add_library(zlibhost ${SOLO_SOURCE})
|
||||
add_target_compile_definitions(zlibhost Z_SOLO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue