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
If you want to include the library as #include <norlab_icp_mapper/Mapper.h> etc., then this install line should not end in @INSTALL_INCLUDE_DIR@/norlab_icp_mapper but only in @INSTALL_INCLUDE_DIR@.
With this change and #2 I'm able to completely build the mapper WS for SubT using catkin build.
The text was updated successfully, but these errors were encountered:
norlab_icp_mapper/norlab_icp_mapperConfig.cmake.in
Line 1 in 639b29b
If you want to include the library as
#include <norlab_icp_mapper/Mapper.h>
etc., then this install line should not end in@INSTALL_INCLUDE_DIR@/norlab_icp_mapper
but only in@INSTALL_INCLUDE_DIR@
.With this change and #2 I'm able to completely build the mapper WS for SubT using
catkin build
.The text was updated successfully, but these errors were encountered: