File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 65
65
-DCL_Z_OPTION=/Z7
66
66
-DBUILD_EXAMPLES=ON
67
67
-DOPENCV_ENABLE_NONFREE=ON
68
- ${{ matrix.config == 'uwp' && -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF }}
68
+ ${{ matrix.config == 'uwp' && ' -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DBUILD_opencv_gapi=OFF -DWITH_MSMF=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF' }}
69
69
${{ matrix.config == 'vulcan' && '-DWITH_OPENCL=OFF -DWITH_VULKAN=ON' }}
70
70
MAIN_BUILD_DIR : " ${{ (github.event.repository.name != 'opencv_contrib') && 'build' || 'build-contrib' }}"
71
71
OPENCV_FOR_THREADS_NUM : 8
You can’t perform that action at this time.
0 commit comments