Update build.jl

master
Alinson S. Xavier 5 years ago committed by GitHub
parent 9037ef7b9d
commit 28b81f3784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
deps/build.jl vendored

@ -35,15 +35,13 @@ const wincpxvers = ["128", "1280", "129", "1290", "1210", "12100"]
if haskey(ENV,env)
for d in split(ENV[env],';')
occursin("cplex", d) || continue
if length(v) == 3
push!(libnames,joinpath(d,"cplex$(v)00"))
push!(libnames,joinpath(d,"cplex$(v)0"))
else
push!(libnames,joinpath(d,"cplex$(v)"))
end
end
end
end
end
found = false