Skip to content

Commit

Permalink
Produce a single archive
Browse files Browse the repository at this point in the history
It turns out cpack ignores cache vars.
  • Loading branch information
Wovchena committed Jul 31, 2024
1 parent 6b789d1 commit 96bd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The path to the OpenVINO install directory is referred as `<INSTALL_DIR>` throug
The following command will generate an archive containing OpenVINO Tokenizers and OpenVINO GenAI. The archive won't include OpenVINO itself, run the command for OpenVINO to generate an OpenVINO only archive. Generation of an archive containig all the components isn't implemented.

```sh
cmake --build build --config Debug --target package
cmake --install ./build/ --config Release --target package
```

#### Option 3 - setting paths to built OpenVINO GenAI artifacts manually:
Expand Down

0 comments on commit 96bd992

Please sign in to comment.