From b21d6ddb9d1671153d7548d3417e3b1e0db4f7be Mon Sep 17 00:00:00 2001 From: Daniel Krebs Date: Mon, 26 Mar 2018 11:10:56 +0200 Subject: [PATCH] src: do not compile C benchmarks anymore --- fpga/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fpga/CMakeLists.txt b/fpga/CMakeLists.txt index 4025ae5b9..ed8552fd2 100644 --- a/fpga/CMakeLists.txt +++ b/fpga/CMakeLists.txt @@ -11,4 +11,3 @@ include_directories(thirdparty/spdlog/include) add_subdirectory(lib) add_subdirectory(tests) -add_subdirectory(src)