framework-r-d/Configure CMake
Configures CMake with preset detection and customizable options
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- Apache 2.0
Pinned Snippet
uses: framework-r-d/action-configure-cmake@caba9b42770d8f3ad2d8f294ef82dd88fc2c10c6 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| preset | CMake preset to use (e.g., coverage, default) | no | default |
| source-path | Path where source code is checked out | no | phlex-src |
| build-path | Path for build directory | no | phlex-build |
| build-type | CMake build type (Release, Debug, etc.) [do not use with coverage presets] | no | "" |
| extra-options | Additional CMake configuration options | no | "" |
| enable-form | Enable FORM support | no | ON |
| form-root-storage | Enable FORM root storage | no | ON |
| form-rntuple-storage | Enable FORM RNTuple storage | no | ON |
| generator | Specify CMake generator | no | Ninja |
| cpp-compiler | The C++ compiler to use | no | g++ |
Outputs
no outputs