summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake
blob: 31a79a7e0d210a72d46d92357025c02f460cdf44 (plain)
1
2
3
4
file(CONFIGURE
    OUTPUT "file-$<CONFIG>.txt"
    CONTENT "foo"
)