Skip to content

Commit 8ae15e2

Browse files
Update backends/openvino/CMakeLists.txt
Co-authored-by: Yamini Nimmagadda <[email protected]>
1 parent cbd0671 commit 8ae15e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/openvino/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ target_link_libraries(openvino_backend PRIVATE openvino::runtime executorch_core
4545
# Add source files for OpenVINO backend
4646
target_sources(openvino_backend PRIVATE ${CMAKE_CURRENT_LIST_DIR}/runtime/OpenvinoBackend.cpp)
4747

48-
## Install OpenVINO backend library to the lib directory
48+
# Install OpenVINO backend library to the lib directory
4949
install(TARGETS openvino_backend DESTINATION lib)

0 commit comments

Comments
 (0)