kou opened a new pull request, #47006:
URL: https://github.com/apache/arrow/pull/47006

   ### Rationale for this change
   
   azure-sdk-for-cpp uses `export(PACKAGE)` 
https://cmake.org/cmake/help/latest/command/export.html#package . It changes 
user package registry (`~/.cmake/packages/`) 
https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#user-package-registry
 . It's outside of a build directory. If user package registry is changed, 
other build may be failed.
   
   ### What changes are included in this PR?
   
   Disable `export(PACKAGE)`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
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]

Reply via email to