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

   ### Rationale for this change
   
   Because `libarrow*_testing.so` depend it. If we don't install bundled 
GoogleTest, users can't use `libarrow*_testing.so`.
   
   ### What changes are included in this PR?
   
   If we install bundled GoogleTest as-is, it may conflict existing GoogleTest. 
So this PR renames GoogleTest when we install GoogleTest:
   
   * `lib{gtest,gtest_main,gmock,gmock_main}.so` -> 
`libarrow_{gtest,gtest_main,gmock,gmock_main}.so`
   * `${PREFIX}/include/{gtest,gmock}/` -> 
`${PREFIX}/include/arrow-gtest/${gtest,gmock}/`
   
   Other CMake packages and `.pc` files aren't installed. `ArrowTesting` CMake 
package and `arrow-testing.pc` configures bundled GoogleTest instead.
   
   ### 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