summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/build-bad-generator-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing 'not' in error messagesJoel Johnson2021-04-161-1/+1
|
* cmake: Fix --build crash on bad CMAKE_GENERATOR in cacheBrad King2014-06-031-0/+1
If we fail to create the generator named by CMAKE_GENERATOR, exit with an error message instead of crashing. While at it, fix the wording of the error message when CMAKE_GENERATOR is not set. Extend the RunCMake.CommandLine test with cases covering the "cmake --build" option when the named directory does not provide a CMakeCache.txt with a valid CMAKE_GENERATOR.