Fix itt build (#2662)
authorAndrey Somsikov <andrey.somsikov@intel.com>
Wed, 14 Oct 2020 15:35:21 +0000 (18:35 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 15:35:21 +0000 (18:35 +0300)
openvino/itt/CMakeLists.txt

index 60d2386..766521a 100644 (file)
@@ -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)