Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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.
Attachments
Attachments
Issue Links
- causes
-
ARROW-14714 [C++] Improve and document CMake presets
- Resolved
- links to