aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch')
-rw-r--r--vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch b/vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch
new file mode 100644
index 0000000..ebe38c2
--- /dev/null
+++ b/vcpkg/ports/arun11299-cpp-subprocess/find-threads.patch
@@ -0,0 +1,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@