You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the normal workflow that we typically use is not a big difference, having two different names may be problematic if you want to configure the superbuild to use an external matioCpp as find_or_build_package(matio-cpp) will not actually look for the matioCpp package.
The cmake name of
matio-cpp
is actuallymatioCpp
, then this https://github.com/robotology/robotology-superbuild/blob/master/cmake/Buildmatio-cpp.cmake should be namedBuildmatioCpp.cmake
andmatio-cpp
has to be replaced in otherfind_or_build_package
calls.cc @traversaro @S-Dafarra
The text was updated successfully, but these errors were encountered: