mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
12 lines
307 B
Text
12 lines
307 B
Text
--- CMakeLists.txt.orig 2020-12-28 05:52:45 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -164,7 +164,9 @@ endif()
|
|
add_subdirectory(fdbbackup)
|
|
add_subdirectory(contrib)
|
|
add_subdirectory(tests)
|
|
+if(WITH_FLOWBENCH)
|
|
add_subdirectory(flowbench EXCLUDE_FROM_ALL)
|
|
+endif()
|
|
if(WITH_PYTHON)
|
|
add_subdirectory(bindings)
|
|
endif()
|