Skip to content

Commit

Permalink
[doc] INSTALL.md: Fix typo in "nonfree" module for OpenCV in vcpkg in…
Browse files Browse the repository at this point in the history
…stall

With vcpkg's latest versions, the module names should always be lowercased.
Errors are generated otherwise.
  • Loading branch information
cbentejac committed Jul 12, 2023
1 parent bf2d3a5 commit 34acc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ vcpkg install ^
eigen3 ^
expat ^
onnxruntime-gpu ^
opencv[eigen,ffmpeg,webp,contrib,nonFree,cuda] ^
opencv[eigen,ffmpeg,webp,contrib,nonfree,cuda] ^
openimageio[libraw,ffmpeg,freetype,opencv,gif,openjpeg,webp] ^
ceres[suitesparse,cxsparse] ^
cuda ^
Expand Down

0 comments on commit 34acc15

Please sign in to comment.