[
https://issues.apache.org/jira/browse/ARROW-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-14678.
----------------------------------
Fix Version/s: 7.0.0
Resolution: Fixed
Issue resolved by pull request 11689
[https://github.com/apache/arrow/pull/11689]
> [C++] Add reasonable CMake Presets for quick arrow development environment
> setup
> --------------------------------------------------------------------------------
>
> Key: ARROW-14678
> URL: https://issues.apache.org/jira/browse/ARROW-14678
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Pradeep Garigipati
> Assignee: Pradeep Garigipati
> Priority: Minor
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Attachments: CMakePresets.json
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> CMake presets provide the most commonly used combinations of build options in
> a simple JSON that can be invoked using the cmake command in the following
> ways.
> cmake --list-presets .. // To check the list of build combinations available
> cmake --preset <chosen-preset-name> .. // creates a build folder with preset
> name and puts all relevant files under it.
> Attached is a sample preset file I have been using for local development, but
> it is very limited. Any suggestions are welcome.
> please do note that presets doesn't take care of dependency, just the build
> options when there are a lot.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)