Dongjoon Hyun created ORC-861:
---------------------------------
Summary: Bump CMake minimum requirement to 2.8.12
Key: ORC-861
URL: https://issues.apache.org/jira/browse/ORC-861
Project: ORC
Issue Type: Bug
Reporter: Dongjoon Hyun
As of today, we are currently using CMake 3.21.0.
{code}
$ cmake --version
cmake version 3.21.0
{code}
We are hitting this warning because our minimum requirement is 2.6.
{code}
$ 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.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)