dongjoon-hyun opened a new pull request #763:
URL: https://github.com/apache/orc/pull/763


   ### What changes were proposed in this pull request?
   
   This PR aims to bump CMake minimum requirement from 2.6 to 2.8.12.
   
   ### Why are the changes needed?
   
   As of today, we are currently using CMake 3.21.0 and hitting this warning 
because our minimum requirement is 2.6.
   ```
   $ cmake --version
   cmake version 3.21.0
   
   $ cmake ..
   CMake Deprecation Warning at CMakeLists.txt:13 (cmake_minimum_required):
     Compatibility with CMake < 2.8.12 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.
   ```
   
   ### How was this patch tested?
   
   Pass the CIs


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