[
https://issues.apache.org/jira/browse/ORC-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
deshanxiao updated ORC-1278:
----------------------------
Description:
[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}
was:
[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:
> [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
> Priority: Major
>
> [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)