with
CMake Error at src/arrow/CMakeLists.txt:587 (target_link_libraries):
Target "arrow_util_static" links to:
OpenSSL::Crypto
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
CMake Generate step failed. Build files cannot be regenerated correctly.
minor: the above error is only shown in the contrib_build.log, not on the console where it just fails silently.
with
minor: the above error is only shown in the contrib_build.log, not on the console where it just fails silently.