vcpkg/ports/libuv/unofficial-libuv-config.in.cmake
NancyLi1013 7178cb5eb4
[libuv] Remove the platform restrictions for threads (#20857)
* [libuv] Remove the platform restrictions for threads

* Update version files

* Only remove the limit for WIN32
2021-10-26 23:00:36 -07:00

8 lines
198 B
CMake

if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static")
include(CMakeFindDependencyMacro)
find_dependency(Threads)
endif()
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-libuv-targets.cmake)