]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/magnum/001-tools-path.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / magnum / 001-tools-path.patch
CommitLineData
1e59de90
TL
1diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake
2index e63bc03..052006f 100644
3--- a/modules/FindCorrade.cmake
4+++ b/modules/FindCorrade.cmake
5@@ -397,7 +397,7 @@ foreach(_component ${Corrade_FIND_COMPONENTS})
6 if(_component MATCHES ${_CORRADE_EXECUTABLE_COMPONENTS})
7 add_executable(Corrade::${_component} IMPORTED)
8
9- find_program(CORRADE_${_COMPONENT}_EXECUTABLE corrade-${_component})
10+ find_program(CORRADE_${_COMPONENT}_EXECUTABLE corrade-${_component} PATH_SUFFIXES corrade)
11 mark_as_advanced(CORRADE_${_COMPONENT}_EXECUTABLE)
12
13 if(CORRADE_${_COMPONENT}_EXECUTABLE)
14diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake
15index 8df555d..12f7aa4 100644
16--- a/modules/FindMagnum.cmake
17+++ b/modules/FindMagnum.cmake
18@@ -493,7 +493,7 @@ foreach(_component ${Magnum_FIND_COMPONENTS})
19 if(_component MATCHES ${_MAGNUM_EXECUTABLE_COMPONENTS})
20 add_executable(Magnum::${_component} IMPORTED)
21
22- find_program(MAGNUM_${_COMPONENT}_EXECUTABLE magnum-${_component})
23+ find_program(MAGNUM_${_COMPONENT}_EXECUTABLE magnum-${_component} PATH_SUFFIXES magnum)
24 mark_as_advanced(MAGNUM_${_COMPONENT}_EXECUTABLE)
25
26 if(MAGNUM_${_COMPONENT}_EXECUTABLE)