Skip to content

Commit

Permalink
Force cmake to use/find static zlibs for pip builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Aug 29, 2024
1 parent 725576f commit 7f5df05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def is_dev_build():
'-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',
Expand Down

0 comments on commit 7f5df05

Please sign in to comment.