From 8520983b8e73bf25826fab4cc99fc656b11fabc0 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 20 Apr 2021 14:08:52 +0100 Subject: MLECO-1871: Adding external use-case directories support * Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a --- docs/use_cases/inference_runner.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/use_cases/inference_runner.md') diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md index d090caa..ad47e7e 100644 --- a/docs/use_cases/inference_runner.md +++ b/docs/use_cases/inference_runner.md @@ -144,8 +144,6 @@ If the CMake command succeeded, build the application as follows: make -j4 ``` -For Windows, use `mingw32-make`. - Add VERBOSE=1 to see compilation and link details. Results of the build will be placed under `build/bin` folder: -- cgit v1.2.1