Look for MCP-Server for test instantiation
This commit is contained in:
parent
720d445f1f
commit
b2197ff11c
|
|
@ -60,4 +60,9 @@ if (BUILD_TESTS)
|
|||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
find_program(MCP_PROXY_EXECUTABLE mcp-proxy)
|
||||
if (MCP_PROXY_EXECUTABLE)
|
||||
message(STATUS "Found mcp-proxy: ${MCP_PROXY_EXECUTABLE}")
|
||||
endif()
|
||||
|
||||
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
|
|
|
|||
Loading…
Reference in New Issue