Skip to content

Commit 86183cf

Browse files
authored
Revert to using SCIP_PaPILO on Windows
1 parent 890baa2 commit 86183cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const depsjl_path = joinpath(@__DIR__, "..", "deps", "deps.jl")
99
if isfile(depsjl_path)
1010
# User-provided SCIP library
1111
include(depsjl_path)
12-
elseif Sys.iswindows()
13-
using SCIP_jll: libscip
1412
else
1513
# Artifact from BinaryBuilder package
1614
import SCIP_PaPILO_jll

0 commit comments

Comments
 (0)