Skip to content

Commit

Permalink
Set ZIP as default Windows CPack generator (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan authored Aug 15, 2024
1 parent 0957b5d commit 33c5f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ set(CPACK_COMPONENTS_ALL core_genai core_genai_dev cpp_samples_genai licensing_g
if(ENABLE_PYTHON)
list(APPEND CPACK_COMPONENTS_ALL pygenai_${Python3_VERSION_MAJOR}_${Python3_VERSION_MINOR})
endif()
if(WIN32 AND NOT DEFINED CPACK_GENERATOR)
set(CPACK_GENERATOR "ZIP")
endif()
include(CPack)
1 change: 0 additions & 1 deletion src/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The preferred approach is to build both OpenVINO and OpenVINO GenAI from sources
- Microsoft Visual Studio 2019 or higher, version 16.3 or later
- Python 3.8 or higher
- Git for Windows
- [NSIS](https://sourceforge.net/projects/nsis/)

### macOS

Expand Down

0 comments on commit 33c5f3d

Please sign in to comment.