Open traversaro opened 1 year ago
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.
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)
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.