cmake/Tests/RunCMake/File_Configure/BadArgGeneratorExpressionContent.cmake

5 lines
67 B
CMake
Raw Normal View History

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