Skip to content

Fix CMAKE_ARGS parsing for windows compatibility#7532

Merged
justinchuby merged 1 commit intoonnx:mainfrom
hmaarrfk:patch-1
Dec 28, 2025
Merged

Fix CMAKE_ARGS parsing for windows compatibility#7532
justinchuby merged 1 commit intoonnx:mainfrom
hmaarrfk:patch-1

Conversation

@hmaarrfk
Copy link
Copy Markdown
Contributor

Previously the \ would be stripped because it assumed posix.

Essentially breaking any directive to specify an INSTALL_PREFIX on windows.

Previously the `\` would be stripped because it assumed posix.

Essentially breaking any directive to specify an INSTALL_PREFIX on windows.

Signed-off-by: Mark Harfouche <mark.harfouche@gmail.com>
@hmaarrfk hmaarrfk requested a review from a team as a code owner December 28, 2025 16:56
@github-project-automation github-project-automation Bot moved this to In progress in PR Tracker Dec 28, 2025
@github-project-automation github-project-automation Bot moved this from In progress to Reviewer approved in PR Tracker Dec 28, 2025
@justinchuby
Copy link
Copy Markdown
Member

Thanks!

@justinchuby justinchuby enabled auto-merge (squash) December 28, 2025 17:07
@justinchuby justinchuby added the topic: build Issues related to ONNX builds and packages label Dec 28, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.20%. Comparing base (e80f4ce) to head (b5e2223).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7532   +/-   ##
=======================================
  Coverage   55.20%   55.20%           
=======================================
  Files         515      515           
  Lines       32324    32324           
  Branches     2897     2897           
=======================================
  Hits        17844    17844           
  Misses      13688    13688           
  Partials      792      792           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby justinchuby merged commit 336652a into onnx:main Dec 28, 2025
54 of 55 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer approved to Done in PR Tracker Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: build Issues related to ONNX builds and packages

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants