add zlib as project dependency
All checks were successful
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory_osx/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
2023-10-29 19:12:16 -05:00
parent 1b7e854f5f
commit 0331152569
6 changed files with 16 additions and 1 deletions

View File

@@ -40,4 +40,6 @@ if (MACOS OR LINUX OR MINGW)
libcrypto.a
)
endif()
add_dependencies(openssl_project zlib_project)
endif()