glvisualize: checkout packages in add_backend

This commit is contained in:
Thomas Breloff 2016-09-01 21:36:51 -04:00
parent a0aa702725
commit 31ea149820

View File

@ -76,7 +76,7 @@ function add_backend(::GLVisualizeBackend)
end
# TODO: remove this section when the tagged versions catch up
for pkg in ["GLWindow", "GLAbstraction", "GLVisualize", "GeometryTypes"]
for pkg in ["GLWindow", "GLAbstraction", "GLVisualize", "GeometryTypes", "FixedSizeArrays"]
warn("Running Pkg.checkout(\"$pkg\"). To revert, run Pkg.free(\"$pkg\")")
Pkg.checkout(pkg)
end