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@