[ogre] Disable share folder check - #29830
Conversation
| 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.
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.
I didn't look at the generated files, the modification in this PR is just a workaround.
There was a problem hiding this comment.
Jack·Boos·Yu (@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.
|
Mengna Li (@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.