maxruby / OpenCV.jl

The OpenCV (C++) interface for Julia
Other
105 stars 28 forks source link

Update version of julia from 0.5 to 0.6.0 #23

Closed kvmanohar22 closed 7 years ago

maxruby commented 7 years ago

Thanks for the PR! Can you please also add to this PR another commit with the following change in src/OpenCV.jl:

(VERSION >= v"0.6-") ? nothing :
     throw(ErrorException("Julia $VERSION does not support C++ FFI"))

The version should be changed from 0.5- to 0.6-.