blob: d8eff71896d283506fddf6b26dae2b46b0973e8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- folly/CMakeLists.txt.orig 2025-11-02 05:43:14 UTC
+++ folly/CMakeLists.txt
@@ -30,7 +30,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
|