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

Don't force CMAKE_INSTALL_PREFIX on windows #1478

Merged
merged 1 commit into from Jul 25, 2020

Conversation

scpeters
Copy link
Collaborator

Fixes #1477.

Without this change, it ignores CMAKE_INSTALL_PREFIX values specified by the user and always installs to C:/Golems.

Fixes dartsim#1477.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Copy link
Member

@jslee02 jslee02 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@codecov
Copy link

codecov bot commented Jul 25, 2020

Codecov Report

Merging #1478 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1478      +/-   ##
==========================================
- Coverage   58.21%   58.20%   -0.02%     
==========================================
  Files         412      412              
  Lines       29913    29913              
==========================================
- Hits        17415    17412       -3     
- Misses      12498    12501       +3     
Impacted Files Coverage Δ
dart/dynamics/Skeleton.cpp 66.16% <0.00%> (-0.17%) ⬇️

@jslee02 jslee02 merged commit a15611b into dartsim:master Jul 25, 2020
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.

CMAKE_INSTALL_PREFIX is forced on Windows
2 participants