Skip to content

Commit

Permalink
Update KNITRO.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 29, 2024
1 parent 02f9976 commit 3180160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KNITRO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_knitro() = endswith(libknitro, Libdl.dlext)

function __init__()
@show libknitro
@show readdir(dirname(@__DIR__), "deps")
@show readdir(dirname(_DEPS_FILE))
libiomp5 = replace(libknitro, "libknitro" => "libiomp5")
if isfile(libiomp5)
Libdl.dlopen(libiomp5)
Expand Down

0 comments on commit 3180160

Please sign in to comment.