Enabled old BA only under ENABLE_SAMPLES (#10746)

This commit is contained in:
Ilya Lavrenov 2022-03-03 09:36:26 +03:00 committed by GitHub
parent 1c5e76c4db
commit 974ae136a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
#
add_subdirectory(compile_tool)
add_subdirectory(legacy/benchmark_app)
if(ENABLE_SAMPLES)
add_subdirectory(legacy/benchmark_app)
endif()
#
# Python tools