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@