]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/nethost/0002-settings-cmake.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / nethost / 0002-settings-cmake.patch
1 diff --git a/src/installer/settings.cmake b/src/installer/settings.cmake
2 index 29d57b44..6ea63902 100644
3 --- a/src/installer/settings.cmake
4 +++ b/src/installer/settings.cmake
5 @@ -114,7 +114,7 @@ endfunction()
6
7 function(install_symbols targetName destination_path)
8 if(WIN32)
9 - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/${targetName}.pdb DESTINATION ${destination_path})
10 + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${targetName}.pdb DESTINATION ${destination_path})
11 else()
12 strip_symbols(${targetName} strip_destination_file)
13 install(FILES ${strip_destination_file} DESTINATION ${destination_path})