-
Notifications
You must be signed in to change notification settings - Fork 42
Fix building umfd.dll on single-config generators #1238
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
Conversation
53468fc to
86b6b28
Compare
CMakeLists.txt
Outdated
| COMMAND | ||
| ${CMAKE_COMMAND} -E copy_if_different | ||
| ${CMAKE_BINARY_DIR}/umfd_build/bin/Debug/umfd.dll | ||
| ${CMAKE_BINARY_DIR}/bin/$<CONFIG>/umfd.dll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When UMF_BUILD_SHARED_LIBRARY=OFF this step will need to be skipped but keep the .lib step.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
CMakeLists.txt
Outdated
| COMMAND | ||
| ${CMAKE_COMMAND} -E copy_if_different | ||
| ${CMAKE_BINARY_DIR}/umfd_build/bin/umfd.dll | ||
| ${CMAKE_BINARY_DIR}/bin/umfd.dll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
f3d4910 to
13d9378
Compare
6b6ad5b to
3cd4c4e
Compare
- add installation tests step to Windows generators nightly tests
and add installation tests step to Windows generators nightly tests
Checklist
Nightly passed: https://github.com/PatKamin/unified-memory-framework/actions/runs/14398856014