Force cmake to use/find static zlibs for pip builds

This commit is contained in:
Matthias Hochsteger 2024-08-29 16:35:40 +02:00
parent 725576fc42
commit 7f5df05bb7

View File

@ -138,6 +138,7 @@ cmake_args += [
'-DUSE_GUI=ON',
'-DUSE_NATIVE_ARCH=OFF',
'-DBUILD_ZLIB=ON',
'-DZLIB_USE_STATIC_LIBS=ON',
'-DBUILD_OCC=OFF',
'-DUSE_OCC=ON',
'-DBUILD_FOR_CONDA=ON',