Skip to content

Conversation

mryzhov
Copy link
Collaborator

@mryzhov mryzhov commented Jun 2, 2025

@mryzhov mryzhov requested a review from Copilot June 2, 2025 11:31
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR is intended to set binary details for the OpenVINO Tokenizers project on Windows by introducing version resource configuration and updating the build scripts.

  • Added a new CMake module (cmake/vs_version.cmake) to generate a Windows version resource file.
  • Introduced a corresponding template (cmake/templates/vs_version.rc.in) for version resource configuration.
  • Updated the main CMakeLists.txt to include the new version resource module.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
cmake/vs_version.cmake Adds definitions for project binary details and a function to add the Windows version resource.
cmake/templates/vs_version.rc.in Provides the template for the version resource with relevant placeholders.
CMakeLists.txt Includes the new version resource CMake module to integrate binary details.
Comments suppressed due to low confidence (1)

cmake/templates/vs_version.rc.in:21

  • The variable PROJECT_DESCRIPTION used for the FileDescription is not defined in the CMake module. Consider adding a definition for PROJECT_DESCRIPTION in 'cmake/vs_version.cmake' or removing its usage from the resource file to avoid unexpected placeholder output.
VALUE "FileDescription", "@PROJECT_DESCRIPTION@\0"

@github-actions github-actions bot added the build label Jun 2, 2025
@mryzhov mryzhov marked this pull request as ready for review July 9, 2025 08:32
@mryzhov mryzhov requested a review from apaniukov July 9, 2025 08:32
@mryzhov mryzhov added this pull request to the merge queue Jul 9, 2025
Merged via the queue into openvinotoolkit:master with commit d38e1fb Jul 9, 2025
21 checks passed
github-merge-queue bot pushed a commit to openvinotoolkit/openvino.genai that referenced this pull request Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants