Skip to content

Commit

Permalink
disable eigen for OpenCV (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever authored May 10, 2024
1 parent 46b7a29 commit 5bceebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/OpenCV/OpenCV.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bceebd

Please sign in to comment.