diff --git a/CMakeLists.txt b/CMakeLists.txt index d472467e8d..ec7fe97a96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/docs/BUILD.md b/src/docs/BUILD.md index a86056e3d5..7a1951433d 100644 --- a/src/docs/BUILD.md +++ b/src/docs/BUILD.md @@ -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