[
https://issues.apache.org/jira/browse/ARROW-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442449#comment-17442449
]
Kouhei Sutou commented on ARROW-14678:
--------------------------------------
Interesting.
We're resolving option dependencies in {{CMakeLists.txt}}. e.g.:
https://github.com/apache/arrow/blob/master/cpp/CMakeLists.txt#L325-L331
So we don't need to care about them in preset.
> [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
> Priority: Minor
> Attachments: CMakePresets.json
>
>
> 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)