diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/fbthrift/fix-test.patch | |
Diffstat (limited to 'vcpkg/ports/fbthrift/fix-test.patch')
| -rw-r--r-- | vcpkg/ports/fbthrift/fix-test.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/fbthrift/fix-test.patch b/vcpkg/ports/fbthrift/fix-test.patch new file mode 100644 index 0000000..918ea51 --- /dev/null +++ b/vcpkg/ports/fbthrift/fix-test.patch @@ -0,0 +1,16 @@ +diff --git a/thrift/lib/cpp2/CMakeLists.txt b/thrift/lib/cpp2/CMakeLists.txt
+index 439f0814..3374dd34 100644
+--- a/thrift/lib/cpp2/CMakeLists.txt
++++ b/thrift/lib/cpp2/CMakeLists.txt
+@@ -15,11 +15,6 @@
+ # Set the cpp2 directory
+ set(LIB_CPP2_HOME ${CMAKE_CURRENT_SOURCE_DIR})
+
+-if (enable_tests)
+- add_subdirectory(protocol/test)
+-endif ()
+-add_subdirectory(test)
+-
+ #######
+ # CMAKE variables only have local/subdirectory scope
+ # So even though this is defined in ../thrift/CMakeLists.txt as a variable
|