Skip to content

Commit

Permalink
debug info for building
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfworsoe committed Jun 21, 2019
1 parent 653e78d commit 5f6244e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function bindirIsCurrentVersion(bindir)
if ver != nothing
ver = split(ver,".")

@info "Expect MOSEK v$mskvmajor.$mskvminor, got $(ver[1]).$(ver[2])"
return ver[1] == mskvmajor && ver[2] == mskvminor
else
return false
Expand Down

0 comments on commit 5f6244e

Please sign in to comment.