]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/proj4/tools-cmake.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / proj4 / tools-cmake.patch
1 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2 index 534bc311b..f9fb0f1bb 100644
3 --- a/src/CMakeLists.txt
4 +++ b/src/CMakeLists.txt
5 @@ -83,10 +83,3 @@ if(BUILD_PROJSYNC)
6 endif()
7
8
9 -if(MSVC OR CMAKE_CONFIGURATION_TYPES)
10 - if(BIN_TARGETS)
11 - # Add _d suffix for your debug versions of the tools
12 - set_target_properties(${BIN_TARGETS} PROPERTIES
13 - DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
14 - endif()
15 -endif()