blob: 4986e0e47e00b493c997be930897096699f910f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- folly/CMakeLists.txt.orig 2024-07-06 16:18:12 UTC
+++ folly/CMakeLists.txt
@@ -29,7 +29,9 @@ add_subdirectory(debugging/exception_tracer)
)
add_subdirectory(debugging/exception_tracer)
+if (FREEBSD_BUILD_EXAMPLES)
add_subdirectory(logging/example)
+endif()
if (PYTHON_EXTENSIONS)
# Create tree of symbolic links in structure required for successful
|