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

Unify handling of public headers in onnxruntime.cmake. #17779

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

edgchen1
Copy link
Contributor

@edgchen1 edgchen1 commented Oct 4, 2023

Description

Unify handling of public headers in onnxruntime.cmake.

Motivation and Context

Fix #17767.

The changes in PR #8919 overwrote the PUBLIC_HEADER property value of the onnxruntime target with a list that did not include EP-specific headers. We should probably be using a consistent set of header files across packages anyway.

@edgchen1 edgchen1 marked this pull request as ready for review October 4, 2023 02:48
Copy link
Contributor

@skottmckay skottmckay left a comment

Choose a reason for hiding this comment

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

:shipit:

@edgchen1 edgchen1 merged commit 1bc1157 into main Oct 4, 2023
@edgchen1 edgchen1 deleted the edgchen1/fix_apple_dynamic_framework_headers branch October 4, 2023 15:55
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
The changes in PR microsoft#8919 overwrote the PUBLIC_HEADER property value of the `onnxruntime` target with a list that did not include EP-specific headers. We should probably be using a consistent set of header files across packages anyway.
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.

[Build] Execution Provider header files are not included in dynamic onnxruntime.framework (Apple build)
2 participants