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

Use CMAKE_PREFIX_PATH in finding libprotobuf #5975

Merged
merged 3 commits into from Feb 29, 2024

Conversation

liqunfu
Copy link
Contributor

@liqunfu liqunfu commented Feb 28, 2024

Description

fix find libprotobuf which is suggested by https://gitlab.kitware.com/cmake/cmake/-/issues/25704

Motivation and Context

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@liqunfu liqunfu requested a review from a team as a code owner February 28, 2024 20:34
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.81%. Comparing base (b411f3b) to head (7eba2d4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5975   +/-   ##
=======================================
  Coverage   56.81%   56.81%           
=======================================
  Files         506      506           
  Lines       30357    30357           
  Branches     4589     4589           
=======================================
  Hits        17246    17246           
  Misses      12283    12283           
  Partials      828      828           

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

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@liqunfu liqunfu added this pull request to the merge queue Feb 29, 2024
Merged via the queue into main with commit 09d668f Feb 29, 2024
40 checks passed
@liqunfu liqunfu deleted the liqun/find-protobuf-use-CMAKE_PREFIX_PATH branch February 29, 2024 01:43
cjvolzka pushed a commit that referenced this pull request Mar 5, 2024
### Description
fix find libprotobuf which is suggested by
https://gitlab.kitware.com/cmake/cmake/-/issues/25704

### Motivation and Context

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
cjvolzka pushed a commit that referenced this pull request Mar 5, 2024
### Description
* Cherry-pick #5975 into `rel-1.16.0`
fix find libprotobuf which is suggested by https://gitlab.kitware.com/cmake/cmake/-/issues/25704

### Motivation and Context
* Required so cherry-pick #5986 can pass tests

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
justinchuby pushed a commit that referenced this pull request Mar 5, 2024
…5997)

### Description
* Cherry-pick #5975 into `rel-1.16.0` fix find libprotobuf which is
suggested by https://gitlab.kitware.com/cmake/cmake/-/issues/25704

### Motivation and Context
* Required so cherry-pick #5986 can pass tests

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Co-authored-by: liqun Fu <liqfu@microsoft.com>
isdanni pushed a commit to isdanni/onnx that referenced this pull request Mar 18, 2024
### Description
fix find libprotobuf which is suggested by
https://gitlab.kitware.com/cmake/cmake/-/issues/25704

### Motivation and Context

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: isdanni <leedanni@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants