PeterProfessional

Results 2 issues of PeterProfessional

When I run cmake the file `CartographerTargets.cmake` is generated and contains absolute paths as follows: ``` set_target_properties(cartographer PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "/usr/include/eigen3;/usr/local/include;/usr/include/eigen3;/usr/include;/usr/include;/usr/include/lua5.2;/usr/include;/usr/local/include;${_IMPORT_PREFIX}/include" INTERFACE_LINK_LIBRARIES "ceres;/usr/lib/x86_64-linux-gnu/liblua5.2.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libboost_iostreams.so;/usr/lib/x86_64-linux-gnu/libboost_regex.so;glog;gflags;cairo;/usr/local/lib/libprotobuf.a;standalone_absl;pthread" INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "/usr/include/eigen3;/usr/local/include;/usr/include/eigen3;/usr/include;/usr/include;/usr/include/lua5.2;/usr/include;/usr/local/include" ) ``` Usually this file should...

I had a problem with the pcl recipe when I generated a cross compile toolchain: Compiling an application using the crosscompile toolchain failed because it used some pcl function that...

legacy