Skip to content

Commit

Permalink
Fix opencv path
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSoderberg committed Aug 24, 2017
1 parent 1a46ebd commit d69e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_script:
- cd build
- dir c:\tools
- cmake --help
- cmake -G "Visual Studio 15 2017" -DWITH_ZMQ=OFF -DCMAKE_BUILD_TYPE=Release -DOpenCV_DIR=c:\tools\OpenCV2413\opencv\build ..
- cmake -G "Visual Studio 15 2017" -DWITH_ZMQ=OFF -DCMAKE_BUILD_TYPE=Release -DOpenCV_DIR=c:\tools\opencv\build ..
- cmake --build . --config Release
- ctest --output-on-failure

Expand Down

0 comments on commit d69e37b

Please sign in to comment.