Skip to content

Fix Windows DLL install location#98

Merged
rhaschke merged 1 commit into
moveit:ros2from
Ace314159:ros2
Jan 17, 2022
Merged

Fix Windows DLL install location#98
rhaschke merged 1 commit into
moveit:ros2from
Ace314159:ros2

Conversation

@Ace314159
Copy link
Copy Markdown
Contributor

#91 changed the installation location of the DLL from the lib folder to the bin folder, but it was changed back to the lib folder in #96.

The DLL needs to be installed in the bin folder because only the bin folder is searched when looking for DLLs, not the lib folder. This same pattern of installing the DLL to the bin folder is also done in MoveIt2. Here is an example.

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 4, 2021

Codecov Report

Merging #98 (4d117c2) into ros2 (dd742a0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             ros2      #98   +/-   ##
=======================================
  Coverage   68.21%   68.21%           
=======================================
  Files           3        3           
  Lines         607      607           
=======================================
  Hits          414      414           
  Misses        193      193           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa48a0a...4d117c2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants