29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
|
diff -uNr openvino.orig/src/plugins/intel_npu/tools/CMakeLists.txt openvino/src/plugins/intel_npu/tools/CMakeLists.txt
|
||
|
--- openvino.orig/src/plugins/intel_npu/tools/CMakeLists.txt 2024-08-02 23:32:03.216982353 -0300
|
||
|
+++ openvino/src/plugins/intel_npu/tools/CMakeLists.txt 2024-08-04 17:22:22.899469769 -0300
|
||
|
@@ -4,5 +4,4 @@
|
||
|
#
|
||
|
|
||
|
add_subdirectory(common)
|
||
|
-add_subdirectory(compile_tool)
|
||
|
add_subdirectory(single-image-test)
|
||
|
diff -uNr openvino.orig/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt openvino/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt
|
||
|
--- openvino.orig/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt 2024-08-02 23:32:03.216982353 -0300
|
||
|
+++ openvino/src/plugins/intel_npu/tools/compile_tool/CMakeLists.txt 2024-08-03 02:36:25.059440300 -0300
|
||
|
@@ -44,13 +44,13 @@
|
||
|
#
|
||
|
|
||
|
install(TARGETS ${TARGET_NAME}
|
||
|
- RUNTIME DESTINATION "tools/${TARGET_NAME}"
|
||
|
+ RUNTIME DESTINATION "share/OpenVINO/tools/${TARGET_NAME}"
|
||
|
COMPONENT ${NPU_INTERNAL_COMPONENT}
|
||
|
${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL})
|
||
|
|
||
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
|
||
|
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/README.md"
|
||
|
- DESTINATION "tools/${TARGET_NAME}"
|
||
|
+ DESTINATION "share/OpenVINO/tools/${TARGET_NAME}"
|
||
|
COMPONENT ${NPU_INTERNAL_COMPONENT}
|
||
|
${OV_CPACK_COMP_NPU_INTERNAL_EXCLUDE_ALL})
|
||
|
endif()
|