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 @@ -197,7 +197,7 @@ OCV_OPTION(WITH_CUDA "Include NVidia Cuda Runtime support"
197
197
OCV_OPTION (WITH_CUFFT "Include NVidia Cuda Fast Fourier Transform (FFT) library support" ON IF (NOT IOS AND NOT WINRT ) )
198
198
OCV_OPTION (WITH_CUBLAS "Include NVidia Cuda Basic Linear Algebra Subprograms (BLAS) library support" ON IF (NOT IOS AND NOT WINRT ) )
199
199
OCV_OPTION (WITH_NVCUVID "Include NVidia Video Decoding library support" ON IF (NOT IOS AND NOT APPLE ) )
200
- OCV_OPTION (WITH_EIGEN "Include Eigen2/Eigen3 support" ON IF (NOT WINRT ) )
200
+ OCV_OPTION (WITH_EIGEN "Include Eigen2/Eigen3 support" ON IF (NOT WINRT AND NOT CMAKE_CROSSCOMPILING ) )
201
201
OCV_OPTION (WITH_VFW "Include Video for Windows support" ON IF WIN32 )
202
202
OCV_OPTION (WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS AND NOT WINRT ) )
203
203
OCV_OPTION (WITH_GSTREAMER "Include Gstreamer support" ON IF (NOT ANDROID AND NOT IOS AND NOT WINRT ) )
You can’t perform that action at this time.
0 commit comments