Files
CMake/Tests/RunCMake/File_Configure/NewLineStyle-NoArg-stderr.txt
Leander Beernaert a6fee09484 file: Add CONFIGURE subcommand
Extend the `file()` command with a new `CONFIGURE` subcommand that
behaves the same as `string(CONFIGURE)` except that it writes the
resulting output immediately to a file.

Fixes: #20388
2020-03-09 11:54:02 -04:00

6 lines
208 B
Plaintext

CMake Error at NewLineStyle-NoArg.cmake:[0-9]+ \(file\):
file CONFIGURE NEWLINE_STYLE must set a style: LF, CRLF, UNIX, DOS, or
WIN32
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)