[vcpkg_build_qmake] Disable multi-threaded build when file fails to open#12752
Conversation
|
@JackBoosY: According to the logs this did not rerun the qt5 build in CI |
|
Probably just update the port-version of qt5-base. That will rebuilt everything qt5 related |
|
@Neumann-A That's unexpected. |
|
@JackBoosY: I think it is because the call is in a cmake file within qt5-base which gets installed and used. It is thus not transparent for vcpkg that the function gets called since qt5-base does not use it. Just increase the port-version of qt5-base for now. |
|
to be more precise |
|
Hrm, so we need to extend our dep heuristics to scan all files in the port directory instead of just the portfile.cmake. |
…pen (microsoft#12752) * Disable multi-threaded build when file fails to open * re-trigger qt5 test
Continue PR #12529.