diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /misc/cpp-mcp/files/patch-CMakeLists.txt | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'misc/cpp-mcp/files/patch-CMakeLists.txt')
| -rw-r--r-- | misc/cpp-mcp/files/patch-CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/cpp-mcp/files/patch-CMakeLists.txt b/misc/cpp-mcp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1c9f239fbece --- /dev/null +++ b/misc/cpp-mcp/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2025-08-28 05:34:14 UTC ++++ CMakeLists.txt +@@ -46,7 +46,9 @@ add_subdirectory(src) + add_subdirectory(src) + + # Add examples ++if (CPP_MCP_BUILD_EXAMPLES) + add_subdirectory(examples) ++endif() + + # Add test directory + option(MCP_BUILD_TESTS "Build the tests" OFF) |
