]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/xlnt/fix-not-found-include.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / xlnt / fix-not-found-include.patch
CommitLineData
1e59de90
TL
1diff --git a/cmake/XlntConfig.cmake.in b/cmake/XlntConfig.cmake.in
2index 01fe4981..9cefa6e0 100644
3--- a/cmake/XlntConfig.cmake.in
4+++ b/cmake/XlntConfig.cmake.in
5@@ -7,7 +7,6 @@
6 get_filename_component(XLNT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
7
8-set_and_check(XLNT_INCLUDE_DIR "@XLNT_INCLUDE_INSTALL_DIR@")
9
10 check_required_components(xlnt)
11
12 if(NOT TARGET xlnt::xlnt)