]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libproxy/fix-arm-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libproxy / fix-arm-build.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 51b0e5e..aa94b87 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -51,6 +51,10 @@ else()
6 endif()
7 endif()
8
9 +if (WIN32)
10 + link_libraries(Advapi32)
11 +endif()
12 +
13 # Conditionally build bindings
14 if(NOT WIN32)
15 add_subdirectory(bindings)