mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
disable eigen for OpenCV (#5311)
This commit is contained in:
parent
46b7a2953d
commit
5bceebdd9d
1 changed files with 1 additions and 1 deletions
2
deps/OpenCV/OpenCV.cmake
vendored
2
deps/OpenCV/OpenCV.cmake
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue