Skip to content

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

Merged
ManifoldFR merged 1 commit into
Simple-Robotics:develfrom
abussy-aldebaran:topic/fix-install
Jan 23, 2025
Merged

Changed CMAKE_INSTALL_FULL_<dir> to CMAKE_INSTALL_<dir>#267
ManifoldFR merged 1 commit into
Simple-Robotics:develfrom
abussy-aldebaran:topic/fix-install

Conversation

@abussy-aldebaran

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

Good catch @abussy-aldebaran ! Thanks :)

@ManifoldFR ManifoldFR merged commit 0e70604 into Simple-Robotics:devel Jan 23, 2025
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