aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch
blob: ebe38c2f598b1fd1f88897f911c311ac3355d36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cmake/subprocess-config.cmake b/cmake/subprocess-config.cmake
index 004d900..99c7ff9 100644
--- a/cmake/subprocess-config.cmake
+++ b/cmake/subprocess-config.cmake
@@ -1,3 +1,7 @@
+include(CMakeFindDependencyMacro)
+
+find_dependency(Threads)
+
 set(SUBPROCESS_VERSION @PROJECT_VERSION@)
 
 @PACKAGE_INIT@