Describe the bug
In source builds using cmake the eigen_lcm cpp headers(eg lcmtypes/eigen_lcm/MatrixXd.hpp) are not available.
To Reproduce
cmake -S /path/to/source -DCMAKE_INSTALL_PREFIX=/opt/symforce -B /tmp/symforce_build
cd symforce_build
make -j{n}
make install
find /opt/symforce |grep eigen_lcm
Expected behavior
The eigen lcm types should be installed into the install directory during the install step
these are available in the source dir: third_party/eigen_lcm/lcmtypes/eigen_lcm_lcm/cpp/lcmtypes/eigen_lcm
Environment (please complete the following information):
Describe the bug In source builds using cmake the eigen_lcm cpp headers(eg
lcmtypes/eigen_lcm/MatrixXd.hpp
) are not available.To Reproduce
Expected behavior The eigen lcm types should be installed into the install directory during the install step these are available in the source dir:
third_party/eigen_lcm/lcmtypes/eigen_lcm_lcm/cpp/lcmtypes/eigen_lcm
Environment (please complete the following information):