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

CMake: Install debug libraries for debug msvc builds #3588

Merged
merged 1 commit into from
Jul 22, 2019

Conversation

inuik
Copy link
Contributor

@inuik inuik commented Jul 18, 2019

Problem: When installing msvc debug builds via CMake, the corresponding system debug libraries (dll) like msvcp140d.dll, vcruntime140d.dll ... are not copied to the install path instead only the release versions are copied. This is not a problem if Visual Studio is installed on the target machine, otherwise one has to copy these system libraries manually.

Solution: Configure CMake module InstallRequiredSystemLibraries to install debug libraries in case of debug builds.

@bluca bluca merged commit 49636f4 into zeromq:master Jul 22, 2019
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.

None yet

2 participants