summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Add Step 0 to prepare the working environmentVito Gamberini2025-10-291-0/+5
| | | | | | Adds a "Step 0" to the tutorial which discusses minutia about where to get CMake, how to run it, and most importantly deals at length with various generator issues which aren't covered elsewhere.
* Tutorial: Rewrite using conventions enabled by CMake 3.23Vito Gamberini2025-09-177-23/+83
| | | | | | | | This is a full re-write of the CMake Tutorial for CMake 3.23, both the functionality it provides, as well as the modern workflows that developers use when interfacing with CMake. Issue: #22663, #23086, #23799, #26053, #26105, #26153, #26914
* Tests: Convert Tutorial tests to RunCMake infrastructureBrad King2025-05-304-0/+44
RunCMake matches output more robustly than `PASS_REGULAR_EXPRESSION`, and provides more details on failure.