Revert "Use ittnotify from thirdparty"
[platform/upstream/dldt.git] / inference-engine / cmake / developer_package_ie.cmake
1 # Copyright (C) 2018-2020 Intel Corporation
2 # SPDX-License-Identifier: Apache-2.0
3 #
4
5 include(cpplint)
6 include(clang_format)
7
8 if(ENABLE_PROFILING_ITT)
9     find_package(ITT REQUIRED)
10 endif()
11
12 set(TBB_FIND_RELEASE_ONLY ${ENABLE_TBB_RELEASE_ONLY})
13
14 include(plugins/plugins)
15 include(add_ie_target)