-
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
[vcpkg baseline][openvino] Don't pick OpenCV; cleanup #42017
Conversation
Port bug, not just cleanup. And not an insignificant bug: blocking other PRs now. |
All feature test passed with x64-windows triplet. |
"-DENABLE_PYTHON=OFF" | ||
"-DCPACK_GENERATOR=VCPKG" | ||
"-DENABLE_JS=OFF" | ||
"-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}" |
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.
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.
This PR is a minimal fix for current regression.
EDIT: Okay, it also includes a cleanup. But I won't delay the merge by new changes.
(wget in CMake, seriously? 🤦)
@@ -118,21 +119,25 @@ if(CMAKE_HOST_WIN32) | |||
list(APPEND FEATURE_OPTIONS "-DENABLE_API_VALIDATOR=OFF") | |||
endif() | |||
|
|||
vcpkg_find_acquire_program(PKGCONFIG) |
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.
is it possible to disable some pkg-config modules search like it's done for cmake ones?
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.
No.
Fixes installation order bug.