Skip to content

Commit

Permalink
Fix npm variables list
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Dec 29, 2023
1 parent 40a819e commit 1b2ee97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/developer_package/packaging/npm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ macro(ov_npm_cpack_set_dirs)
set(OV_CPACK_LIBRARYDIR .)
set(OV_CPACK_ARCHIVEDIR .)
set(OV_CPACK_PLUGINSDIR .)

set(OV_CPACK_RUNTIME_DIR .)
endmacro()

ov_npm_cpack_set_dirs()
Expand Down

0 comments on commit 1b2ee97

Please sign in to comment.