Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

[Issue #463] Includes new paths to the install generation step in CMake #464

Merged
merged 1 commit into from
Jun 10, 2016

Conversation

lr-morales
Copy link
Member

This should fix the issue #463 by adding in a explicit form the new paths to be taken into account. This fix could be revised a posteriori to make simpler the manipulation of these paths( i.e. : path variable with loop, path discovering...).

@chanfr chanfr merged commit 9933c08 into JdeRobot:master Jun 10, 2016
@lr-morales lr-morales deleted the global/cmake/Main-Install-463 branch June 11, 2016 10:54

FOREACH (currentBin ${LIST_TOOLS})
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/tools/${currentBin}/${currentBin})
INSTALL (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/src/stable/toolss/${currentBin}/${currentBin} DESTINATION /usr/local/bin OPTIONAL COMPONENT core)
Copy link
Member

@fqez fqez Jul 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a little mistake that is preventing me from the installation of the tools and the package generation! The path says "toolss" instead of "tools" so it will not install any tool in /usr/local/bin. Hotfix incoming :) (done in 4675608)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants