Skip to content

Commit

Permalink
corrected opencv var path
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 committed Jun 30, 2023
1 parent ff1ec07 commit c3499db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,7 @@ install:
- cd OpenCV
- ps: Start-FileDownload https://github.com/opencv/opencv/releases/download/4.3.0/opencv-4.3.0-vc14_vc15.exe
- 7z x opencv-4.3.0-vc14_vc15.exe
- cmd: setx -m OpenCV_DIR C:\projects\ocvvid2fulldome\OpenCV\build\x64\vc14
- cmd: setx -m OpenCV_DIR C:\projects\ocvvid2fulldome\OpenCV\opencv\build\x64\vc14
#- cmd: setx path "%path%;C:\projects\ocvwarp\opencv-3.4.9\build\install\x86\vc14\bin;C:\projects\ocvwarp\opencv-3.4.9\build\install\x86\vc14\lib"
- refreshenv
- cd ..
Expand Down

0 comments on commit c3499db

Please sign in to comment.