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

Fix cmake install target on windows #315

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

bvstrien
Copy link
Contributor

Fixes #314

@LecrisUT
Copy link
Collaborator

Sorry, can you rebase after #316?

@LecrisUT
Copy link
Collaborator

Merged that PR, can you rebase?

Install the dll to the bin directory, instead of a non-existent CMAKE_INSTALL_RUNTIMEDIR.
The only difference was the `RUNTIME DESTINATION` for windows. Since
that is set to the default path, they can use the same definition.
@bvstrien bvstrien force-pushed the fix_cmake_install_win32 branch from 5cd3895 to e1f2b1f Compare January 31, 2024 10:40
Copy link
Owner

@pboettch pboettch left a comment

Choose a reason for hiding this comment

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

LGTM, but @LecrisUT has the last word.

@LecrisUT LecrisUT merged commit 0034c11 into pboettch:main Jan 31, 2024
8 of 10 checks passed
@bvstrien bvstrien deleted the fix_cmake_install_win32 branch January 31, 2024 11:01
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 target does not install dll on windows
3 participants