]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/llvm/0008-fix-libcxx-install.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / llvm / 0008-fix-libcxx-install.patch
1 libcxx/src/CMakeLists.txt | 4 +---
2 1 file changed, 1 insertion(+), 3 deletions(-)
3
4 diff --git a/libcxx/src/CMakeLists.txt b/libcxx/src/CMakeLists.txt
5 index 2001c09761d9..e17de934534f 100644
6 --- a/libcxx/src/CMakeLists.txt
7 +++ b/libcxx/src/CMakeLists.txt
8 @@ -364,9 +364,7 @@ if (LIBCXX_INSTALL_LIBRARY)
9 # NOTE: This install command must go after the cxx install command otherwise
10 # it will not be executed after the library symlinks are installed.
11 if (LIBCXX_ENABLE_SHARED AND LIBCXX_ENABLE_ABI_LINKER_SCRIPT)
12 - # Replace the libc++ filename with $<TARGET_LINKER_FILE:cxx>
13 - # after we required CMake 3.0.
14 - install(FILES "${LIBCXX_LIBRARY_DIR}/libc++${CMAKE_SHARED_LIBRARY_SUFFIX}"
15 + install(FILES "$<TARGET_LINKER_FILE:cxx_shared>"
16 DESTINATION ${LIBCXX_INSTALL_PREFIX}${LIBCXX_INSTALL_LIBRARY_DIR}
17 COMPONENT libcxx)
18 endif()