Fix missing boost dependency on zlib

This commit is contained in:
tamasmeszaros 2023-11-01 16:01:47 +01:00
parent 755ad34875
commit 0d32829914

View File

@ -21,3 +21,5 @@ add_cmake_project(Boost
"${_context_abi_line}"
"${_context_arch_line}"
)
set(DEP_Boost_DEPENDS ZLIB)