Given kinematics-dynamics/tests/CMakeLists.txt, @jgvictores noticed that certain components (e.g. KinematicRepresentationLib) are not available on a fresh instalation. CMake configuration phase succeeds, but compilation ultimately fails.
Done at kinematics-dynamics and tools repos. Not doing at xgnitive since it awais a full CMake review anyway (it's not easy to isolate specific CMake targets ATW).
Given kinematics-dynamics/tests/CMakeLists.txt, @jgvictores noticed that certain components (e.g. KinematicRepresentationLib) are not available on a fresh instalation. CMake configuration phase succeeds, but compilation ultimately fails.
Idea: use
if(TARGET)
(docs).