Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 185b721eb..6752ff32d 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -185,7 +185,6 @@ endif() 6 add_subdirectory(fdbbackup) 7 add_subdirectory(contrib) 8 add_subdirectory(tests) 9-add_subdirectory(flowbench EXCLUDE_FROM_ALL) 10 if(WITH_PYTHON AND WITH_C_BINDING) 11 add_subdirectory(bindings) 12 endif() 13-- 142.38.1 15