From 3914b471136742f42b787f2234fe1fdd3e8addc2 Mon Sep 17 00:00:00 2001 From: "Liu, Dan1" Date: Thu, 5 Dec 2024 10:00:25 +0800 Subject: [PATCH] fix --- cmake/developer_package/api_validator/api_validator.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()