-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[opencv4] Update to 4.8.0. #33048
[opencv4] Update to 4.8.0. #33048
Conversation
@@ -1,14 +1,10 @@ | |||
file(READ "${CMAKE_CURRENT_LIST_DIR}/vcpkg.json" _contents) | |||
string(JSON OPENCV_VERSION GET "${_contents}" version) | |||
|
|||
set(USE_QT_VERSION "6") |
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.
Should this variable be documented for people wanting to override it with an overlay port?
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'm not familiar enough with what this does to document it. I just bumped version number.
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.
The usage of ${VERSION}
can completely replace it.
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 don't think so; ${VERSION}
is that of OpenCV, not of QT.
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.
LGTM
Cenit said that he will complete this update before mid-August. #32492 (comment) |
i have a good share of updates for the port, to make it more robust and portable. It will be for a port-update since this has been merged so quickly |
My bad @cenit, I didn't notice @BillyONeal's comment until after I merged :( |
Now the new The reason for the conflict is a version mismatch, The related codes in
The failure log:
|
I submitted a PR #33141 to fix it. |
Fixes #32463
./vcpkg x-add-version --all
and committing the result.