Enabled old BA only under ENABLE_SAMPLES (#10746)
This commit is contained in:
parent
1c5e76c4db
commit
974ae136a6
|
|
@ -6,7 +6,10 @@
|
|||
#
|
||||
|
||||
add_subdirectory(compile_tool)
|
||||
add_subdirectory(legacy/benchmark_app)
|
||||
|
||||
if(ENABLE_SAMPLES)
|
||||
add_subdirectory(legacy/benchmark_app)
|
||||
endif()
|
||||
|
||||
#
|
||||
# Python tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue