Blob Blame History Raw
--- fbthrift-2021.11.15.00/thrift/lib/py3/CMakeLists.txt.no_tests	2021-11-15 00:28:52.000000000 -0800
+++ fbthrift-2021.11.15.00/thrift/lib/py3/CMakeLists.txt	2021-11-19 10:16:36.796748134 -0800
@@ -143,4 +143,6 @@
   WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/cybld)"
 )
 
-add_subdirectory(test)
+if (enable_tests)
+  add_subdirectory(test)
+endif ()