summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/ProjectQueryBad-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake_file_api: Improve error message consistencyMatthew Woehlke2025-12-011-6/+6
| | | | | | Remove literal text "subcommand" from error messages. This addresses the other use of this and improves consistency (see preceding commit). Also, omit some unnecessary articles, which also improves consistency.
* cmake_file_api: New project commandCraig Scott2023-06-051-0/+36
Projects can use the new command to request file API replies for the current run. No query files are generated, the query is tracked internally. Replies are created in the file system at generation time in the usual way. Fixes: #24951