Skip to content

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

Merged
merged 2 commits into from
Apr 16, 2025

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

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, done

Copy link
Contributor

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
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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@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 11 times, most recently from 6b6ad5b to 3cd4c4e Compare April 11, 2025 08:23
@PatKamin PatKamin marked this pull request as ready for review April 11, 2025 08:24
@PatKamin PatKamin requested a review from a team as a code owner April 11, 2025 08:24
- add installation tests step to Windows generators nightly tests
@lukaszstolarczuk lukaszstolarczuk merged commit b3fd6d0 into oneapi-src:main Apr 16, 2025
86 of 87 checks passed
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.

4 participants