Files
cmake/Tests/RunCMake/CTestCommandLine/ConfigurePresetCLIVarUnknownPreset-stderr.txt
Zack Galbreath 3b6247a148 ctest: Honor preset binaryDir for initial configuration
Prior to this commit, ctest would sometimes use the current working directory
as its binary directory rather than honoring `binaryDir` from a configure
preset. This would occur when using ctest in dashboard client mode to perform
an initial configuration with a preset.

  `ctest --source-dir=<dir> -T Configure -D CTEST_PRESET=<preset>`

An explicit `--build-dir` still takes precedence over the preset's `binaryDir`.
2026-06-13 08:50:33 -04:00

3 lines
99 B
Plaintext

^Cannot find file: .*/DartConfiguration\.tcl
No such configure preset in .*: "nonexistent-preset"$