From 0742ef825134a10e32627e05534bb5d30a837891 Mon Sep 17 00:00:00 2001 From: Andrey Somsikov Date: Wed, 14 Oct 2020 18:35:21 +0300 Subject: [PATCH] Fix itt build (#2662) --- openvino/itt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvino/itt/CMakeLists.txt b/openvino/itt/CMakeLists.txt index 60d2386e1b6a47..766521a13997fc 100644 --- a/openvino/itt/CMakeLists.txt +++ b/openvino/itt/CMakeLists.txt @@ -49,7 +49,7 @@ if(ENABLE_PROFILING_ITT) EXCLUDE_FROM_ALL TRUE BUILD_BYPRODUCTS ${ITTNOTIFY_LIBRARY}) add_library(ittnotify INTERFACE) - add_dependencies(ittnotify ittapi_external) + add_dependencies(ittnotify ext_ittapi) target_link_libraries(ittnotify INTERFACE ${ITTNOTIFY_LIBRARY}) target_include_directories(ittnotify INTERFACE ${ITTAPI_SOURCE_DIR}/include) openvino_developer_export_targets(ittnotify)