mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -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
10 lines
241 B
CMake
10 lines
241 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(BadArg)
|
|
run_cmake(BadArgGeneratorExpressionContent)
|
|
run_cmake(BadArgGeneratorExpressionOutput)
|
|
run_cmake(DirOutput)
|
|
run_cmake(NewLineStyle-NoArg)
|
|
run_cmake(NewLineStyle-ValidArg)
|
|
run_cmake(NewLineStyle-WrongArg)
|