disable eigen for OpenCV (#5311)

This commit is contained in:
SoftFever 2024-05-10 21:50:29 +08:00 committed by GitHub
parent 46b7a2953d
commit 5bceebdd9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ orcaslicer_add_cmake_project(OpenCV
-DBUILD_ZLIB=OFF
-DWITH_1394=OFF
-DWITH_CUDA=OFF
-DWITH_EIGEN=ON
-DWITH_EIGEN=OFF
${_use_IPP}
-DWITH_ITT=OFF
-DWITH_FFMPEG=OFF