summaryrefslogtreecommitdiffstats
path: root/Help/manual/presets/example.json
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add --workflow modeKyle Edwards2022-09-271-0/+23
| | | | Fixes: #23118
* Help: Add package preset to example presets fileKyle Edwards2022-09-221-1/+10
|
* Merge topic 'ctest_truncate'Brad King2022-03-091-1/+1
|\ | | | | | | | | | | | | | | | | 140704d443 ctest: add option for output truncation 359e5b17d8 presets: bump version to v5 4634de335b cmCTestTestHandler: refactor CleanTestOutput method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6993
| * presets: bump version to v5Frank Winklmeier2022-03-081-1/+1
| | | | | | | | Prepare for new test preset fields.
* | Help: Improve wording and structure related to preset includesCraig Scott2022-03-021-1/+5
|/ | | | | | | | | | | Encourage placing preset includes near the beginning of a preset file and ensure the example shows that usage. Move the prose discussing includes to its own section to improve discoverability and break up paragraphs to make each main point harder to miss. Also clarify ${sourceDir} to remove any ambiguity with regard to its meaning in included files. Issue: #23214
* CMakePresets: Add include fieldKyle Edwards2022-01-071-1/+1
| | | | Fixes: #21331
* Help: Fix preset example cmakeMinimumRequiredSérgio Martins2021-07-121-1/+1
| | | | | | | | Since commit 8bc5c8961e (CMakePresets.json: Add the ability to conditionally disable presets, 2021-03-10, v3.21.0-rc1~464^2) the example requires presets version 3 support, which is not available until CMake 3.21. CMake 3.20.0 can't open v3 presets. Make cmakeMinimumRequired compatible with the example's version.
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-1/+12
|
* Help: Add build and test preset to examples in cmake-presets(7)Michael Hirsch2021-02-181-2/+16
| | | | Co-Author: Brad King <brad.king@kitware.com>
* Help: Add inheritance to CMakePresets.json exampleKyle Edwards2020-10-191-0/+7
|
* Help: Show environment fieldKyle Edwards2020-10-191-0/+4
|
* Help: Show multiple ways of doing cacheVariablesKyle Edwards2020-10-191-2/+3
| | | | | This demonstrates both the simple string and the complex object, and ensures that they get automated testing.
* Help: Move vendor field into exampleKyle Edwards2020-10-191-1/+11
| | | | | This ensures that the vendor field gets automated testing from the example.
* Tests: Test the CMakePresets.json example in the documentationKyle Edwards2020-10-091-0/+23