cmake: BZip2 fixup

This commit is contained in:
Corentin Le Molgat
2025-04-07 17:46:43 +02:00
parent 1f27694ab8
commit a5bbbcbcff
8 changed files with 58 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ def _load_ortools_libs():
except:
logger.error(f"ImportError: Cannot import WinDLL")
else:
for dll in ["zlib1.dll",
for dll in ["zlib1.dll", "bz2.dll",
"abseil_dll.dll", "utf8_validity.dll", "re2.dll", "libprotobuf.dll",
"highs.dll", "libscip.dll",
"ortools.dll"]: