Skip to content

Commit

Permalink
Merge pull request #60 from ranjanan/RA/depwarn
Browse files Browse the repository at this point in the history
Fix @windows dep warn
  • Loading branch information
tkelman committed Aug 9, 2016
2 parents a52529e + 4481379 commit 911d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -73,7 +73,7 @@ end


# Windows
@windows_only begin
if is_windows()
using WinRPM
provides(WinRPM.RPM, "Ipopt", [libipopt], os = :Windows)
end
Expand Down

0 comments on commit 911d681

Please sign in to comment.