Skip to content

Commit

Permalink
Merge pull request #584 from mleotta/cuda_10_cudacodec
Browse files Browse the repository at this point in the history
Fix compilation error with cuda 10.2
  • Loading branch information
mleotta committed May 19, 2020
2 parents 46b270e + c1d88dd commit 108720f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/External_OpenCV.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ ExternalProject_Add(OpenCV
-DCMAKE_CXX_COMPILER:FILEPATH=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}
-DBUILD_opencv_java:BOOL=False
-DBUILD_opencv_cudacodec=OFF
-DBUILD_PERF_TESTS:BOOL=False
-DBUILD_SHARED_LIBS:BOOL=True
-DBUILD_TESTS:BOOL=False
Expand Down

0 comments on commit 108720f

Please sign in to comment.