diff --git a/cmake/developer_package/api_validator/api_validator.cmake b/cmake/developer_package/api_validator/api_validator.cmake index 321602741ce3ea..3dea5decabda8f 100644 --- a/cmake/developer_package/api_validator/api_validator.cmake +++ b/cmake/developer_package/api_validator/api_validator.cmake @@ -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()