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

Fixing installation directory of '*.dll' files on Windows #1437

Closed
wants to merge 1 commit into from
Closed

Fixing installation directory of '*.dll' files on Windows #1437

wants to merge 1 commit into from

Conversation

robquant
Copy link
Contributor

I agree that my contributions are licensed under the {fmt} license, and agree to future changes to the licensing.

@tdegeus
Copy link
Contributor

tdegeus commented Nov 29, 2019

@robquant robquant marked this pull request as ready for review November 30, 2019 18:30
Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Thanks for the PR.

Comment on lines +222 to +223
set(FMT_BIN_DIR ${CMAKE_INSTALL_BINDIR} CACHE STRING
"Installation directory for libraries, relative to ${CMAKE_INSTALL_PREFIX}.")
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this need to be configurable? I suggest removing this option and just using ${CMAKE_INSTALL_BINDIR}.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, this does not need to be configurable. I just copied what was there for ${FMT_LIB_DIR}.

@vitaut
Copy link
Contributor

vitaut commented Dec 2, 2019

Merged without the new option in 159f89e.

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.

3 participants