Skip to content
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

FindOpenCV: Fix arguments passed to find_package_handle_standard_args #449

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented May 30, 2024

OpenCV_CONFIG is not a variable set, so I have no idea why this was working without giving an error:

 Could NOT find OpenCV (missing: OpenCV_CONFIG)

as it is happening in icub-tech-iit/ergocub-software#248 .

@traversaro
Copy link
Member Author

Apparently this is still not working on @S-Dafarra system, I need to understand more about it. @Nicogene can we wait at least monday for the distro release? I would like to fix this.

@Nicogene
Copy link
Member

@traversaro sure no problem!

@traversaro
Copy link
Member Author

I was unable to reproduce @S-Dafarra's problem on my PC, both the one before this PR and after this PR. For this reason, let's at least merge this PR, that fixes the clear problem of the use of the undefined OpenCV_CONFIG CMake variable.

@traversaro traversaro merged commit d36a48f into master Jun 3, 2024
18 checks passed
@traversaro traversaro deleted the traversaro-patch-1 branch June 3, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to compile on Windows on fresh conda environment
2 participants