Skip to content

Commit

Permalink
Cleanup buildOpenCV.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JetsonHacksNano authored Nov 22, 2019
1 parent 38985b3 commit 0418c54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildOpenCV.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,13 @@ time cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D WITH_V4L=ON \
-D WITH_GSTREAMER=ON \
-D WITH_GSTREAMER_0_10=OFF \
-D WITH_QT=ON \
-D WITH_QT=ON \
-D WITH_OPENGL=ON \
-D BUILD_opencv_python2=ON \
-D BUILD_opencv_python3=ON \
-D BUILD_TESTS=OFF \
-D BUILD_PERF_TESTS=OFF \
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules \
-D CMAKE_BUILD_TYPE=RELEASE \
$"PACKAGE_OPENCV" \
../

Expand Down

0 comments on commit 0418c54

Please sign in to comment.