]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/colmap/fix-dependency-freeimage.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / colmap / fix-dependency-freeimage.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index b05097c..cdd8ca4 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -96,7 +96,8 @@ find_package(Boost REQUIRED COMPONENTS
6
7 find_package(Eigen3 REQUIRED)
8
9 -find_package(FreeImage REQUIRED)
10 +find_package(freeimage CONFIG REQUIRED)
11 +set(FREEIMAGE_LIBRARIES freeimage::FreeImage)
12
13 find_package(Glog REQUIRED)
14