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 e196b50 commit 0cbd67eCopy full SHA for 0cbd67e
backends/openvino/CMakeLists.txt
@@ -31,8 +31,7 @@ include(${EXECUTORCH_ROOT}/tools/cmake/Utils.cmake)
31
# Find OpenVINO libraries
32
find_package(OpenVINO REQUIRED)
33
34
-# Define OpenVINO backend as a static library
35
-add_library(openvino_backend STATIC .)
+add_library(openvino_backend .)
36
37
# Enable exceptions and RTTI for OpenVINO backend
38
target_compile_options(openvino_backend PRIVATE -frtti -fexceptions)
0 commit comments