Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | presets: Fix buildPreset "targets" not allowing a single string | Sam Freed | 2021-06-07 | 1 | -7/+10 |
| | | | | Fixes: #22272 | ||||
* | cmake-presets: Introduce `toolchainFile` preset option | Robert Maynard | 2021-04-28 | 1 | -0/+7 |
| | | | | | In v3 of the presets, the `--toolchain` command line argument now has a preset mapping. | ||||
* | CMakePresets.json: Add matches condition | Kyle Edwards | 2021-03-31 | 1 | -0/+20 |
| | |||||
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -3/+202 |
| | |||||
* | Refactor: Move cmCMakePresetsFile::ReadJSON into a separate file | Kyle Edwards | 2021-03-19 | 1 | -0/+803 |
Some compilers complain about translation units that are too large. In order to prepare for upcoming additions to cmCMakePresetsFile, split ReadJSON into a separate file. |