https://git.reactos.org/?p=reactos.git;a=commitdiff;h=aa91628b0e3779d02c1f27...
commit aa91628b0e3779d02c1f27513fb741b9e113fe66 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Sat Apr 6 13:56:48 2019 +0200 Commit: Jérôme Gardou zefklop@users.noreply.github.com CommitDate: Sat Apr 6 17:43:38 2019 +0200
[ZLIB] use correct dependency for minizip library --- sdk/lib/3rdparty/zlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/lib/3rdparty/zlib/CMakeLists.txt b/sdk/lib/3rdparty/zlib/CMakeLists.txt index 12b02fb3d9..e507fe284d 100644 --- a/sdk/lib/3rdparty/zlib/CMakeLists.txt +++ b/sdk/lib/3rdparty/zlib/CMakeLists.txt @@ -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)