]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/shogun/fix-dirent.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / shogun / fix-dirent.patch
1 diff --git a/src/shogun/CMakeLists.txt b/src/shogun/CMakeLists.txt
2 index fd76961..396251c 100644
3 --- a/src/shogun/CMakeLists.txt
4 +++ b/src/shogun/CMakeLists.txt
5 @@ -170,10 +170,10 @@ IF(MSVC)
6 ENDIF()
7
8 # bundle dirent
9 - include(external/MSDirent)
10 + find_path(MSDIRENT_INCLUDE_DIR NAMES dirent.h)
11 SHOGUN_INCLUDE_DIRS(SCOPE PUBLIC
12 $<BUILD_INTERFACE:${MSDIRENT_INCLUDE_DIR}>
13 - $<INSTALL_INTERFACE:include/shogun/lib/external/MSDirent>
14 + $<INSTALL_INTERFACE:include>
15 )
16
17 target_link_libraries(shogun PUBLIC winmm)