mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
CMake Error at NewLineStyle-WrongArg.cmake:[0-9]+ \(file\):
|
|
file CONFIGURE NEWLINE_STYLE sets an unknown style, only LF, CRLF, UNIX,
|
|
DOS, and WIN32 are supported
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|