paleolimbot opened a new issue, #132:
URL: https://github.com/apache/arrow-nanoarrow/issues/132

   ...for example, `docker run --rm -it centos:7`. The changes required to get 
this to work were:
   
   - Use googletest 1.10.0 instead of 1.11.0
   - Downgrade the required minimal cmake to 3.14 (from 3.16)
   - Change the namespaced `GTest::gtest_main` targets to `gtest_main`
   - Explicitly set the C standard:
   
   ```cmake
   if(NOT DEFINED CMAKE_C_STANDARD)
     set(CMAKE_C_STANDARD 99)
   endif()
   ```


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