glvisualize: checkout packages in add_backend
This commit is contained in:
parent
ac1e82075c
commit
a0aa702725
@ -74,6 +74,12 @@ function add_backend(::GLVisualizeBackend)
|
|||||||
if !is_installed("Contour")
|
if !is_installed("Contour")
|
||||||
Pkg.add("Contour")
|
Pkg.add("Contour")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# TODO: remove this section when the tagged versions catch up
|
||||||
|
for pkg in ["GLWindow", "GLAbstraction", "GLVisualize", "GeometryTypes"]
|
||||||
|
warn("Running Pkg.checkout(\"$pkg\"). To revert, run Pkg.free(\"$pkg\")")
|
||||||
|
Pkg.checkout(pkg)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user