summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake')
-rw-r--r--Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake b/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake
new file mode 100644
index 0000000..31a79a7
--- /dev/null
+++ b/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionOutput.cmake
@@ -0,0 +1,4 @@
+file(CONFIGURE
+ OUTPUT "file-$<CONFIG>.txt"
+ CONTENT "foo"
+)