ycm-cmake-modules icon indicating copy to clipboard operation
ycm-cmake-modules copied to clipboard

Get rid of vendored CatchAddTests module

Open traversaro opened this issue 2 years ago • 2 comments
trafficstars

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.

traversaro avatar Feb 20 '23 22:02 traversaro

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 .

traversaro avatar Feb 24 '23 15:02 traversaro