kou opened a new issue, #38063: URL: https://github.com/apache/arrow/issues/38063
### Describe the enhancement requested If we use relative path, CMake try using relative path from a build directory. For example: ```text [31/34] Linking C static library libbrotlicommon-static.a FAILED: libbrotlicommon-static.a : && /usr/bin/cmake -E rm -f libbrotlicommon-static.a && /bin/emar qc libbrotlicommon-static.a CMakeFiles/brotlicommon-static.dir/c/common/constants.c.o CMakeFiles/brotlicommon-static.dir/c/common/context.c.o CMakeFiles/brotlicommon-static.dir/c/common/dictionary.c.o CMakeFiles/brotlicommon-static.dir/c/common/platform.c.o CMakeFiles/brotlicommon-static.dir/c/common/transform.c.o && cpp.build.emscripten/brotli_ep-prefix/src/brotli_ep-build/emranlib libbrotlicommon-static.a && : /bin/sh: 1: cpp.build.emscripten/brotli_ep-prefix/src/brotli_ep-build/emranlib: not found ``` ### Component(s) C++ -- 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]
