We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698ebce commit d846230Copy full SHA for d846230
1 file changed
CMakeLists.txt
@@ -169,7 +169,7 @@ if(FASTMCPP_ENABLE_POST_STREAMING OR FASTMCPP_ENABLE_SAMPLING_HTTP_HANDLERS)
169
endif()
170
171
172
-# Cross-platform subprocess management (replaces tiny-process-library)
+# Cross-platform subprocess management
173
target_sources(fastmcpp_core PRIVATE src/internal/process.cpp)
174
find_package(Threads REQUIRED)
175
target_link_libraries(fastmcpp_core PRIVATE Threads::Threads)
0 commit comments