Skip to content

Commit

Permalink
Don't link JAX to test_builtin_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Oct 11, 2024
1 parent ffdc916 commit 6bcd59c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ if (ENABLE_OV_PYTORCH_FRONTEND)
list(APPEND DEFINITIONS ENABLE_OV_PYTORCH_FRONTEND)
endif()

if (ENABLE_OV_JAX_FRONTEND)
list(APPEND DEPENDENCIES openvino::frontend::jax)
list(APPEND DEFINITIONS ENABLE_OV_JAX_FRONTEND)
endif()

# Create library

add_library(${TARGET_NAME} MODULE ${LIBRARY_SRC} ${LIBRARY_HEADERS})
Expand Down

0 comments on commit 6bcd59c

Please sign in to comment.