Sahil Kang created AVRO-3958: -------------------------------- Summary: Update min CMake version to 3.5 Key: AVRO-3958 URL: https://issues.apache.org/jira/browse/AVRO-3958 Project: Apache Avro Issue Type: Improvement Components: c Reporter: Sahil Kang
Building with a relatively up-to-date CMake results in the following warning: {quote}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. {quote} We don't use older CMake features and can update [cmake_minimum_required|https://github.com/apache/avro/blob/9c7e14d89f80f7bea9c4d67d3ae98b86b5cff166/lang/c/CMakeLists.txt#L19] -- This message was sent by Atlassian Jira (v8.20.10#820010)