diff --git a/thirdparty/itt_collector/sea_itt_lib/CMakeLists.txt b/thirdparty/itt_collector/sea_itt_lib/CMakeLists.txt index 2c9a6f7ccc6..3618e8ae360 100644 --- a/thirdparty/itt_collector/sea_itt_lib/CMakeLists.txt +++ b/thirdparty/itt_collector/sea_itt_lib/CMakeLists.txt @@ -38,4 +38,4 @@ endif() add_clang_format_target(${TARGET_NAME}_clang FOR_TARGETS ${TARGET_NAME}) install(TARGETS ${TARGET_NAME} - DESTINATION tests/sea_itt_lib COMPONENT tests EXCLUDE_FROM_ALL) + DESTINATION tests/sea_itt_lib COMPONENT itt_collector EXCLUDE_FROM_ALL)