You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Yiqun Zhang (Jira)" <ji...@apache.org> on 2022/09/21 08:35:00 UTC

[jira] [Resolved] (ORC-1278) [Docs] Update Readme.md cmake to 3.12

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