[
https://issues.apache.org/jira/browse/ORC-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated ORC-861:
------------------------------
Component/s: C++
> 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
> Components: C++
> Affects Versions: 1.7.0
> Reporter: Dongjoon Hyun
> Priority: Major
>
> 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)