]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/sdformat6/disable-unneeded-include-findboost.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / sdformat6 / disable-unneeded-include-findboost.patch
1 diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
2 index c2a0ee4..2735a07 100644
3 --- a/cmake/SearchForStuff.cmake
4 +++ b/cmake/SearchForStuff.cmake
5 @@ -13,7 +13,6 @@ if (WIN32)
6 set(Boost_USE_STATIC_RUNTIME OFF)
7 endif()
8
9 -include(FindBoost)
10 find_package(Boost ${MIN_BOOST_VERSION})
11
12 if (NOT Boost_FOUND)