Fixed compile_tool install (#17666)

This commit is contained in:
Ilya Churaev
2023-05-23 10:53:22 +04:00
committed by GitHub
parent 1f1bb6008a
commit a72f17dec0

View File

@@ -47,7 +47,4 @@ else()
install(TARGETS compile_tool
RUNTIME DESTINATION ${OV_CPACK_TOOLSDIR}/compile_tool
COMPONENT ${OV_CPACK_COMP_CORE_TOOLS})
install(FILES README.md
DESTINATION ${OV_CPACK_TOOLSDIR}/compile_tool
COMPONENT ${OV_CPACK_COMP_CORE_TOOLS})
endif()