File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 -D CMAKE_BUILD_TYPE=RELEASE
1313 -D OPENCV_EXTRA_MODULES_PATH=${{ github.workspace }}/opencv_contrib/modules
1414 -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/opencv/build/install
15- -D BUILD_SHARED_LIBS=OFF
15+ -D BUILD_LIST=core,imgproc,imgcodecs
16+ -D BUILD_PNG=ON
17+ -D BUILD_TIFF=ON
1618 -D ENABLE_CXX11=ON
19+ -D BUILD_SHARED_LIBS=OFF
1720 -D BUILD_EXAMPLES=OFF
1821 -D BUILD_DOCS=OFF
1922 -D BUILD_PERF_TESTS=OFF
2023 -D BUILD_TESTS=OFF
2124 -D BUILD_JAVA=OFF
22- -D BUILD_LIST=core,imgproc,imgcodecs
23- -D BUILD_PNG=ON
24- -D BUILD_TIFF=ON
2525 -D WITH_GSTREAMER=OFF
2626 -D WITH_ADE=OFF
2727 -D WITH_FFMPEG=OFF
3131 -D WITH_OPENEXR=OFF
3232 -D WITH_PROTOBUF=OFF
3333 -D WITH_QUIRC=OFF
34- -D OPENCV_ENABLE_NONFREE=ON
34+ -D OPENCV_ENABLE_NONFREE=OFF
3535
3636jobs :
3737 build :
You can’t perform that action at this time.
0 commit comments