We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What causes the issue?
absl_VERSION
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:315 (if): if given arguments: "VERSION_LESS" "20211102" Unknown arguments specified Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:4166 (resolve_dependency) CMakeLists.txt:546 (include)
Why it's the regression?
Temporary workaround:
-Dabsl_VERSION=<some lts version, like '20240722.0'>
Why it's important?
C++
The text was updated successfully, but these errors were encountered:
cc @kou @raulcd
absl themselves encourage people to use cutting-edge version built from the latest commit, so it will cause problems for many Arrow consumers.
Even though there is a workaround I think this is a valid concern that might warrant inclusion in the new patch/minor?
@gorloffslava can you test with my changes in #44613
Sorry, something went wrong.
assignUser
No branches or pull requests
Describe the bug, including details regarding any error messages, version, and platform.
What causes the issue?
absl_VERSION
variable is not set.Why it's the regression?
Temporary workaround:
-Dabsl_VERSION=<some lts version, like '20240722.0'>
bypasses the check.Why it's important?
Component(s)
C++
The text was updated successfully, but these errors were encountered: