Skip to content

Commit 55944a2

Browse files
committed
Cleaning up git history
1 parent 1c5aa55 commit 55944a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/openvino/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ target_link_options_shared_lib(openvino_backend)
5151
if(EXECUTORCH_BUILD_OPENVINO_EXECUTOR_RUNNER)
5252
# Build executor runner binary for openvino backend
5353
list(APPEND openvino_executor_runner_libs openvino_backend executorch)
54-
54+
5555
set(_openvino_executor_runner__srcs
5656
${EXECUTORCH_ROOT}/examples/portable/executor_runner/executor_runner.cpp
5757
${EXECUTORCH_ROOT}/extension/data_loader/file_data_loader.cpp
@@ -60,9 +60,9 @@ if(EXECUTORCH_BUILD_OPENVINO_EXECUTOR_RUNNER)
6060
${EXECUTORCH_ROOT}/extension/runner_util/inputs_portable.cpp
6161
)
6262
add_executable(openvino_executor_runner ${_openvino_executor_runner__srcs})
63-
63+
6464
list(APPEND openvino_executor_runner_libs)
65-
65+
6666
target_link_libraries(
6767
openvino_executor_runner gflags portable_ops_lib ${openvino_executor_runner_libs}
6868
)

0 commit comments

Comments
 (0)