cmake/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake

5 lines
67 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
file(CONFIGURE
OUTPUT "file-$<CONFIG>.txt"
CONTENT "foo"
)