mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
3ede66e17a
The RunCMake infrastructure's `*-stdout.txt` expected output files interpret `\n` as a `\` and `n` rather than a newline. Use a literal newline instead. Otherwise the cases that were trying to match any configuration name via `[^\n]*` would fail on `RelWithDebInfo` because it contains the letter `n`.
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
^-- Install configuration: "[^
|
|
]*"
|
|
-- top
|
|
-- sub$
|