[vcpkg baseline][many ports] Fix build error#17983
[vcpkg baseline][many ports] Fix build error#17983dan-shaw merged 18 commits intomicrosoft:masterfrom
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_HEADERis empty:causes the leaked field
CONFIGto be set inset_target_propertiesin functionwx_target_enable_precomp.Then,
get_propertyobtained the property and read its file path, resulting in the generation of the wrong wxscintilla_CXX_prefix.hxx:which is not exist.