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