vendor: OpenCV 5.0.0 snapshot at 755e50675d97db9b7d449d8bd6b09888646f6c6e
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Not using Artifacts for now
|
||||
# This is a simple script to finally register the OpenCV package
|
||||
# with the local package manager.
|
||||
|
||||
using Pkg
|
||||
|
||||
print(ARGS)
|
||||
if size(ARGS) == 2
|
||||
Pkg.activate(ARGS[2])
|
||||
end
|
||||
|
||||
Pkg.develop(PackageSpec(path=ARGS[1]))
|
||||
Reference in New Issue
Block a user