summarylogtreecommitdiffstats
path: root/040-intel-npu-compiler-npu-plugin-elf-fix-install.patch
blob: 9be0aea95d07ef151da5a8ed6ee4a9acc51ab14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/cmake/lib_install.cmake
+++ b/cmake/lib_install.cmake
@@ -79,7 +79,7 @@ ov_add_api_validator_post_build_step(TARGET ${TARGET_NAME})
 # loader folder | -> include/ | -> vpux_headers/ -> 1 hpp
 #               |             | -> vpux_loader/  -> 1 hpp
 
-install(DIRECTORY "${LOADER_DIR_INC}/vpux_headers"
+#[[install(DIRECTORY "${LOADER_DIR_INC}/vpux_headers"
         DESTINATION cid/vpux_elf/loader/include/
         COMPONENT ${CID_COMPONENT})
 
@@ -221,4 +221,4 @@ install(TARGETS npu_elf
         CONFIGURATIONS RelWithDebInfo
         LIBRARY DESTINATION cid/vpux_elf/lib/RelWithDebInfo COMPONENT ${CID_COMPONENT}
         ARCHIVE DESTINATION cid/vpux_elf/lib/RelWithDebInfo COMPONENT ${CID_COMPONENT}
-        RUNTIME DESTINATION cid/vpux_elf/lib/RelWithDebInfo COMPONENT ${CID_COMPONENT})
+        RUNTIME DESTINATION cid/vpux_elf/lib/RelWithDebInfo COMPONENT ${CID_COMPONENT})]]