-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[ogre] Disable share folder check #29830
[ogre] Disable share folder check #29830
Conversation
@@ -6,6 +6,8 @@ if(NOT VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_OSX) | |||
message("${PORT} currently requires the following library from the system package manager:\n Xaw\n\nIt can be installed on Ubuntu systems via apt-get install libxaw7-dev") | |||
endif() | |||
|
|||
set(VCPKG_POLICY_SKIP_SHARE_FOLDER_CHECK enabled) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check if it can be renamed, or is it a quick fix?
If it is a quick fix, it would be worth noting this in a comment.
We have to check each affected ports, and we need to know which prots were already checked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't look at the generated files, the modification in this PR is just a workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JackBoosY I think this is fine, but I want to wait to merge this until we are sure that microsoft/vcpkg-tool#675 is ready, just in case we want the policy name to change. I will tag vcpkg-team-review to solidify the policy name.
@Adela0814 Different-PR can be removed. |
…able-ogre-lint-check
This should not be merged before there is a binding commitment to enforce lower-case names in
|
Prepare for microsoft/vcpkg-tool#675 to avoid CI failure.