We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd0671 commit 8ae15e2Copy full SHA for 8ae15e2
backends/openvino/CMakeLists.txt
@@ -45,5 +45,5 @@ target_link_libraries(openvino_backend PRIVATE openvino::runtime executorch_core
45
# Add source files for OpenVINO backend
46
target_sources(openvino_backend PRIVATE ${CMAKE_CURRENT_LIST_DIR}/runtime/OpenvinoBackend.cpp)
47
48
-## Install OpenVINO backend library to the lib directory
+# Install OpenVINO backend library to the lib directory
49
install(TARGETS openvino_backend DESTINATION lib)
0 commit comments