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

Upgrade absl to the latest released version #22365

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

snnn
Copy link
Member

@snnn snnn commented Oct 9, 2024

Description

Resolve #21976 .

ABSL generally does not have forward/backward compatibility. Our code is only compatible with one fixed LTS version. So it's important to fix the version number there when using find_package to detect an installed version.

Motivation and Context

@snnn snnn marked this pull request as ready for review October 9, 2024 19:53
@snnn snnn requested review from a team as code owners October 9, 2024 19:53
@snnn snnn merged commit 2bef89c into microsoft:main Oct 10, 2024
86 checks passed
ishwar-raut1 pushed a commit to ishwar-raut1/onnxruntime that referenced this pull request Nov 19, 2024
### Description
Resolve microsoft#21976 .  
 
ABSL generally does not have forward/backward compatibility. Our code is
only compatible with one fixed LTS version. So it's important to fix the
version number there when using find_package to detect an installed
version.
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] CMake Fails to Find Non-LTS Abseil Library (Download Triggered)
3 participants