Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION exist #25250

Conversation

ShaojieZhuIntel
Copy link
Contributor

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@github-actions github-actions bot added the category: build OpenVINO cmake script / infra label Jun 27, 2024
@@ -111,7 +111,7 @@ function(_ov_add_api_validator_post_build_step)
else()
message(FATAL_ERROR "Unknown configuration: ${CMAKE_HOST_SYSTEM_PROCESSOR}")
endif()

message("find path: ${PROGRAMFILES}/Windows Kits/10/build/${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}/universalDDIs/${wdk_platform}")
Copy link
Contributor

Choose a reason for hiding this comment

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

what issue you are trying to solve?

FYI #25252

Copy link
Contributor Author

@ShaojieZhuIntel ShaojieZhuIntel Jun 27, 2024

Choose a reason for hiding this comment

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

I'm trying to figure out why I can't find the UniversalDDIs.xml file during compilation with OV commit after 169eeec, and I'll fix this by patching, won't merge. If your PR will fix this as well, I'll close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants