aboutsummaryrefslogtreecommitdiff
path: root/ports/concurrentqueue/unofficial-concurrentqueue-config.in.cmake
blob: c3639637a896bee9f8ba377b9841694d9bd43f15 (plain)
1
2
3
4
5
6
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
    include(CMakeFindDependencyMacro)
    find_dependency(Threads)
endif()

include(${CMAKE_CURRENT_LIST_DIR}/unofficial-concurrentqueue-targets.cmake)