Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanLiu2Intel committed Dec 5, 2024
1 parent 4d64bb4 commit 3914b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/developer_package/api_validator/api_validator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function(_ov_add_api_validator_post_build_step)
if(imported_config IN_LIST imported_configs)
get_target_property(target_location ${target} IMPORTED_LOCATION_${imported_config})
get_filename_component(target_name "${target_location}" NAME_WE)
messsage("3-for ${target}: ${target_location}")
message("3-for ${target}: ${target_location}")
break()
endif()
endforeach()
Expand Down

0 comments on commit 3914b47

Please sign in to comment.