Reranko05 commented on PR #50469:
URL: https://github.com/apache/arrow/pull/50469#issuecomment-5010021211
@kou, I tried removing `HAVE_ALT` and `FindsimdjsonAlt.cmake`, but several
CI jobs now fail during configuration because `find_package(simdjson)` resolves
the system-installed package instead of the bundled dependency. For example:
>CMake Error at cmake_modules/ThirdpartyToolchain.cmake:313 (find_package):
Could not find a configuration file for package "simdjson" that is
compatible with requested version "3.0.0".
It looks like `HAVE_ALT`/`FindsimdjsonAlt.cmake` was preventing that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]