Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed CMAKE_INSTALL_FULL_<dir> to CMAKE_INSTALL_<dir> #267

Merged

Conversation

abussy-aldebaran
Copy link

See CMake documentation:
https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

These variables shouldn't be used in install() commands as they do not work with the cmake --install command's --prefix option, or with the cpack installer generators.

See CMake documentation:
  https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

These variables shouldn't be used in install() commands as they
do not work with the cmake --install command's --prefix option,
or with the cpack installer generators.
@ManifoldFR
Copy link
Member

Good catch @abussy-aldebaran ! Thanks :)

@ManifoldFR ManifoldFR merged commit 0e70604 into Simple-Robotics:devel Jan 23, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants