Skip to content

Commit bc29b46

Browse files
committed
Code cleanup
1 parent 8f702aa commit bc29b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/openvino/scripts/openvino_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main() {
2828

2929

3030
# Build the project
31-
cmake --build cmake-out --target install --config Release -j5
31+
cmake --build ${build_dir} --target install --config Release -j$(nproc)
3232

3333
# Switch back to the original directory
3434
cd - > /dev/null

examples/openvino/openvino_build_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ main() {
2929

3030

3131
# Build the project
32-
cmake --build cmake-out --target install --config Release -j$(nproc)
32+
cmake --build ${build_dir} --target install --config Release -j$(nproc)
3333

3434
## Build example
3535
local example_dir=examples/openvino

0 commit comments

Comments
 (0)