testbench/cmake: don't hardcode the BUILD_COMMAND

ExternalProject() preserves the existing BUILD_COMMAND

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-01-14 02:14:49 +00:00 committed by Liam Girdwood
parent 027bda1fcd
commit 9dc763f782
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ ExternalProject_Add(parser_ep
CMAKE_ARGS -DCONFIG_LIBRARY=ON
-DCMAKE_INSTALL_PREFIX=${PROJECT_BINARY_DIR}/sof_parser/install
-DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE_MAKEFILE}
BUILD_COMMAND make
BUILD_ALWAYS 1
BUILD_BYPRODUCTS "${parser_install_dir}/lib/libsof_tplg_parser.so"
)