mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
12 lines
364 B
Text
12 lines
364 B
Text
--- 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
|