We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
YCM has a vendored CatchAddTests modules that is creating problems as it shadows the same module from Catch: https://github.com/conda-forge/librobometry-feedstock/pull/4/checks?check_run_id=11471884087 . We should get rid of it.
The text was updated successfully, but these errors were encountered:
An easy workaround is just to set YCM_USE_3RDPARTY to OFF before calling find_package(YCM), see https://github.com/robotology/ycm/blob/bb64cf9ac776b856faebe401a92d79fea45ac779/YCMConfig.cmake.in#L66 .
YCM_USE_3RDPARTY
OFF
find_package(YCM)
Sorry, something went wrong.
No branches or pull requests
YCM has a vendored CatchAddTests modules that is creating problems as it shadows the same module from Catch: https://github.com/conda-forge/librobometry-feedstock/pull/4/checks?check_run_id=11471884087 . We should get rid of it.
The text was updated successfully, but these errors were encountered: