Skip to content

Commit 108720f

Browse files
authored
Merge pull request #584 from mleotta/cuda_10_cudacodec
Fix compilation error with cuda 10.2
2 parents 46b270e + c1d88dd commit 108720f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMake/External_OpenCV.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ ExternalProject_Add(OpenCV
309309
-DCMAKE_CXX_COMPILER:FILEPATH=${CMAKE_CXX_COMPILER}
310310
-DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}
311311
-DBUILD_opencv_java:BOOL=False
312+
-DBUILD_opencv_cudacodec=OFF
312313
-DBUILD_PERF_TESTS:BOOL=False
313314
-DBUILD_SHARED_LIBS:BOOL=True
314315
-DBUILD_TESTS:BOOL=False

0 commit comments

Comments
 (0)