Skip to content

Commit

Permalink
Fix itt build (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Somsikov authored Oct 14, 2020
1 parent a5ab41e commit 0742ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvino/itt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0742ef8

Please sign in to comment.