]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/portaudio/fix-library-can-not-be-found.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / portaudio / fix-library-can-not-be-found.patch
CommitLineData
1e59de90
TL
1diff --git a/CMakeLists.txt b/CMakeLists.txt\r
2index 1024016..266e6d5 100644\r
3--- a/CMakeLists.txt\r
4+++ b/CMakeLists.txt\r
5@@ -352,11 +352,6 @@ ENDIF()\r
6 # embedded builds this is not an issue as they will only build the configuration\r
7 # used in the host application.\r
8 MARK_AS_ADVANCED(PA_LIBNAME_ADD_SUFFIX)\r
9-IF(MSVC AND PA_BUILD_STATIC AND PA_BUILD_SHARED AND NOT PA_LIBNAME_ADD_SUFFIX)\r
10- MESSAGE(WARNING "Building both shared and static libraries, and avoiding the suffix _static will lead to a name conflict")\r
11- SET(PA_LIBNAME_ADD_SUFFIX ON CACHE BOOL "Forcing use of suffix _static to avoid name conflict between static and import library" FORCE)\r
12- MESSAGE(WARNING "PA_LIBNAME_ADD_SUFFIX was set to ON")\r
13-ENDIF()\r
14 \r
15 SET(PA_TARGETS "")\r
16 \r