[
https://issues.apache.org/jira/browse/ORC-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiqun Zhang resolved ORC-1278.
------------------------------
Fix Version/s: 1.9.0
Resolution: Fixed
Issue resolved by pull request 1258
https://github.com/apache/orc/pull/1258
> [Docs] Update Readme.md cmake to 3.12
> -------------------------------------
>
> Key: ORC-1278
> URL: https://issues.apache.org/jira/browse/ORC-1278
> Project: ORC
> Issue Type: Improvement
> Reporter: deshanxiao
> Assignee: deshanxiao
> Priority: Major
> Fix For: 1.9.0
>
>
> [add_compile_definitions
> |https://cmake.org/cmake/help/latest/command/add_compile_definitions.html]only
> supprt cmake 3.12+. We can update the docs
> [README.md|https://github.com/apache/orc/blob/main/README.md]
> In ubuntu 18.04:
> > sudo apt install cmake
> > make ..
> we will get an error:
> {code:java}
> CMake Error at CMakeLists.txt:147 (add_compile_definitions):
> Unknown CMake command "add_compile_definitions".
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)