Commits


Praveen authored and Pindikura Ravindra committed 37e6183d7e1
ARROW-5485: [C++] Install libraries from googletest_ep into build output directory on non-Windows platforms. - Copy GTest libraries into the artifact folder - Use Rpath to install GTest libraries. - Turn tests back on for Gandiva crossbow. Author: Praveen <praveen@dremio.com> Author: Wes McKinney <wesm+git@apache.org> Closes #4499 from praveenbingo/ARROW-5485-3 and squashes the following commits: 94895657 <Praveen> Fix lint issues. e4c23303 <Praveen> Turn on MacOS tests. 49fa04b8 <Praveen> Link Gtest with Rpath enabled. a935109c <Wes McKinney> Set googletest_ep CMAKE_LIBRARY_OUTPUT_DIRECTORY on non-Windows platforms