From 974ae136a6114dc516bcc25f14d8c3b7c622ffca Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Thu, 3 Mar 2022 09:36:26 +0300 Subject: [PATCH] Enabled old BA only under ENABLE_SAMPLES (#10746) --- tools/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index f3c19240b57..c8638f7fd39 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -6,7 +6,10 @@ # add_subdirectory(compile_tool) -add_subdirectory(legacy/benchmark_app) + +if(ENABLE_SAMPLES) + add_subdirectory(legacy/benchmark_app) +endif() # # Python tools