]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/curl/0005_remove_imp_suffix.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / curl / 0005_remove_imp_suffix.patch
1 diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
2 index 1d71e14..62b7b33 100644
3 --- a/lib/CMakeLists.txt
4 +++ b/lib/CMakeLists.txt
5 @@ -128,7 +128,7 @@ if(CURL_HAS_LTO)
6 INTERPROCEDURAL_OPTIMIZATION_RELWITHDEBINFO TRUE)
7 endif()
8
9 -if(WIN32)
10 +if(WIN32 AND 0)
11 if(BUILD_SHARED_LIBS)
12 # Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
13 set_target_properties(${LIB_NAME} PROPERTIES IMPORT_SUFFIX "_imp.lib")