urdfdom icon indicating copy to clipboard operation
urdfdom copied to clipboard

Fix assumptions that `CMAKE_INSTALL_*DIR` paths are relative.

Open lopsided98 opened this issue 4 years ago • 3 comments

The CMAKE_INSTALL_*DIR variables are not guaranteed to be relative to the install prefix.

See https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path for more information.

lopsided98 avatar Jul 05 '20 22:07 lopsided98

I updated this PR to work with the latest version and I would appreciate feedback on it. It would be great to get this included upstream because we rely on it to build urdfdom in nixpkgs.

lopsided98 avatar Nov 11 '22 21:11 lopsided98

I fixed the conflicts.

lopsided98 avatar Sep 10 '23 17:09 lopsided98

Fixed the conflicts.

lopsided98 avatar Jan 21 '24 18:01 lopsided98