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 building umfd.dll on single-config generators #1238

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

PatKamin
Copy link
Contributor

@PatKamin PatKamin commented Apr 4, 2025

and add installation tests step to Windows generators nightly tests

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly

CMakeLists.txt Outdated
Comment on lines 471 to 475
COMMAND
${CMAKE_COMMAND} -E copy_if_different
${CMAKE_BINARY_DIR}/umfd_build/bin/Debug/umfd.dll
${CMAKE_BINARY_DIR}/bin/$<CONFIG>/umfd.dll
Copy link
Contributor

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.

CMakeLists.txt Outdated
Comment on lines 486 to 490
COMMAND
${CMAKE_COMMAND} -E copy_if_different
${CMAKE_BINARY_DIR}/umfd_build/bin/umfd.dll
${CMAKE_BINARY_DIR}/bin/umfd.dll
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above.

@bratpiorka bratpiorka added this to the v0.11.x milestone Apr 7, 2025
@PatKamin PatKamin force-pushed the fix-debug-dll branch 16 times, most recently from f3d4910 to 13d9378 Compare April 10, 2025 08:58
@PatKamin PatKamin force-pushed the fix-debug-dll branch 5 times, most recently from eae9209 to 10e3ca3 Compare April 10, 2025 12:22
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