]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/clblas/Fix-BuildDLL.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / clblas / Fix-BuildDLL.patch
1 diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt
2 index f2d5a88..8f84133 100644
3 --- a/src/library/CMakeLists.txt
4 +++ b/src/library/CMakeLists.txt
5 @@ -910,11 +910,6 @@ endif( )
6
7 include( InstallRequiredSystemLibraries )
8
9 -# Install necessary runtime files for debug builds
10 -install( PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
11 - CONFIGURATIONS Debug
12 - DESTINATION ${CLBLAS_RUNTIME_DESTINATION} )
13 -
14 # Install all *.pdb files for debug builds
15 install( DIRECTORY ${PROJECT_BINARY_DIR}/staging/
16 DESTINATION ${CLBLAS_RUNTIME_DESTINATION}