aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fbthrift/fix-test.patch
blob: 918ea51b82345b1aec0d81f05af6b06392ee3f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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