Update build.jl
This commit is contained in:
4
deps/build.jl
vendored
4
deps/build.jl
vendored
@@ -35,14 +35,12 @@ const wincpxvers = ["128", "1280", "129", "1290", "1210", "12100"]
|
|||||||
if haskey(ENV,env)
|
if haskey(ENV,env)
|
||||||
for d in split(ENV[env],';')
|
for d in split(ENV[env],';')
|
||||||
occursin("cplex", d) || continue
|
occursin("cplex", d) || continue
|
||||||
if length(v) == 3
|
push!(libnames,joinpath(d,"cplex$(v)00"))
|
||||||
push!(libnames,joinpath(d,"cplex$(v)0"))
|
push!(libnames,joinpath(d,"cplex$(v)0"))
|
||||||
else
|
|
||||||
push!(libnames,joinpath(d,"cplex$(v)"))
|
push!(libnames,joinpath(d,"cplex$(v)"))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
found = false
|
found = false
|
||||||
|
|||||||
Reference in New Issue
Block a user