]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/opencv3/0004-fix-eigen.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / opencv3 / 0004-fix-eigen.patch
CommitLineData
1e59de90
TL
1diff --git a/cmake/OpenCVFindLibsPerf.cmake b/cmake/OpenCVFindLibsPerf.cmake
2index 3753084..0aeb31a 100644
3--- a/cmake/OpenCVFindLibsPerf.cmake
4+++ b/cmake/OpenCVFindLibsPerf.cmake
5@@ -55,7 +55,7 @@ if(WITH_EIGEN AND NOT HAVE_EIGEN)
6 OR NOT (CMAKE_VERSION VERSION_LESS "3.0.0") # Eigen3Targets.cmake required CMake 3.0.0+
7 ) AND NOT OPENCV_SKIP_EIGEN_FIND_PACKAGE_CONFIG
8 )
9- find_package(Eigen3 CONFIG QUIET) # Ceres 2.0.0 CMake scripts doesn't work with CMake's FindEigen3.cmake module (due to missing EIGEN3_VERSION_STRING)
10+ find_package(Eigen3 CONFIG REQUIRED) # Ceres 2.0.0 CMake scripts doesn't work with CMake's FindEigen3.cmake module (due to missing EIGEN3_VERSION_STRING)
11 endif()
12 if(NOT Eigen3_FOUND)
13 find_package(Eigen3 QUIET)