Skip to content
Snippets Groups Projects
Commit 84524983 authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Reenable OpenGL support for OpenCV

parent aadd65e1
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ RUN cd $Env:VCPKG_DIR; \
hdf5:$vcpkg_triplet \
openblas:$vcpkg_triplet \
pybind11:$vcpkg_triplet; \
./vcpkg install opencv[ffmpeg,ximea,cuda]:$vcpkg_triplet; \
./vcpkg install opencv[ffmpeg,ximea,cuda,opengl]:$vcpkg_triplet; \
./vcpkg install mxnet[cpp,opencv,cuda,cudnn]:$vcpkg_triplet; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flang.dll ./installed/$vcpkg_triplet/bin/; \
Copy-Item ./downloads/tools/flang/5.0.0/Library/bin/flangrti.dll ./installed/$vcpkg_triplet/bin/; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment