-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[vcpkg baseline][many ports] Fix build error #17983
[vcpkg baseline][many ports] Fix build error #17983
Conversation
@cenit When building opencv4:x86-windows or opencv4:x64-windows, we met an error message:
And for opencv4:x64-linux:
Can you please take a look? Thanks. |
Fix embree2/embree3 CI test failures:
Reference https://cmake.org/cmake/help/latest/policy/CMP0001.html#policy:CMP0001 |
The opencv4 issue is |
The opencv4 failures start from b369b11. cc @strega-nil |
i saw few days ago that opencv is not even tested in many CI configs... i will take a look and send fixes asap (might take a couple of days, sorry) |
yeah I can confirm anyway that in the last 24h OpenCV was broken for everybody here on vcpkg. |
this is making the fix much more urgent also for me |
#17991 will revert #17955 @JackBoosY |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@dan-shaw, could you help merge this PR? |
[vcpkg baseline][many ports] Fix build error (microsoft#17983)
Fix baseline issues, these changes need to fix togather, since they affected each other in CI testing.
It's becuase the parameter
wxSCINTILLA_PREC_HEADER
is empty:causes the leaked field
CONFIG
to be set inset_target_properties
in functionwx_target_enable_precomp
.Then,
get_property
obtained the property and read its file path, resulting in the generation of the wrong wxscintilla_CXX_prefix.hxx:which is not exist.