]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/concurrentqueue/unofficial-concurrentqueue-config.in.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / concurrentqueue / unofficial-concurrentqueue-config.in.cmake
1 if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
2 include(CMakeFindDependencyMacro)
3 find_dependency(Threads)
4 endif()
5
6 include(${CMAKE_CURRENT_LIST_DIR}/unofficial-concurrentqueue-targets.cmake)