You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "SahilKang (via GitHub)" <gi...@apache.org> on 2024/03/10 22:36:47 UTC

[PR] AVRO-3958: [C] Update min cmake version to 3.5 [avro]

SahilKang opened a new pull request, #2796:
URL: https://github.com/apache/avro/pull/2796

   ## What is the purpose of the change
   
   We don't use older cmake features and this removes the following warning:
   
   ```
     CMake Deprecation Warning at CMakeLists.txt:19 (cmake_minimum_required):
       Compatibility with CMake < 3.5 will be removed from a future version of
       CMake.
   
       Update the VERSION argument <min> value or use a ...<max> suffix to tell
       CMake that the project does not need compatibility with older versions.
   ```
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   No new features are added
   


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] AVRO-3958: [C] Update min cmake version to 3.5 [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2796:
URL: https://github.com/apache/avro/pull/2796


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] AVRO-3958: [C] Update min cmake version to 3.5 [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2796:
URL: https://github.com/apache/avro/pull/2796#issuecomment-1988263404

   Thank you, @SahilKang !


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org