Skip to content

Commit

Permalink
[Wheel] return back JAX FE (openvinotoolkit#27309)
Browse files Browse the repository at this point in the history
### Details:
- Regression after
openvinotoolkit#26610

### Tickets:
 - CVS-156317
  • Loading branch information
ilya-lavrenov authored Oct 29, 2024
1 parent 9235543 commit 99f3a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/developer_package/frontends/frontends.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ macro(ov_add_frontend)
# then we need to mark it to be CXX ABI free
ov_abi_free_target(${TARGET_NAME})

# public target name
set_target_properties(${TARGET_NAME} PROPERTIES EXPORT_NAME frontend::${OV_FRONTEND_NAME})

# installation

if(NOT OV_FRONTEND_SKIP_INSTALL)
Expand Down Expand Up @@ -351,9 +354,6 @@ macro(ov_add_frontend)
COMPONENT ${dev_component}
${OV_CPACK_COMP_CORE_DEV_EXCLUDE_ALL}
FILES_MATCHING PATTERN "*.hpp")

# public target name
set_target_properties(${TARGET_NAME} PROPERTIES EXPORT_NAME frontend::${OV_FRONTEND_NAME})
endif()
else()
# skipped frontend has to be installed in static libraries case
Expand Down

0 comments on commit 99f3a91

Please sign in to comment.