diff --git a/tools/compile_tool/CMakeLists.txt b/tools/compile_tool/CMakeLists.txt index 1cb39b77030..8ef771f4ba5 100644 --- a/tools/compile_tool/CMakeLists.txt +++ b/tools/compile_tool/CMakeLists.txt @@ -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()