diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2023-04-20 15:01:54 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-04-20 11:02:14 -0400 |
commit | c36f03bfecbb8c2331b66fec615c6d30917ae64d (patch) | |
tree | 7eff3ccf1b1b3081d4e8a82e6336fc000c7326f3 /Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake | |
parent | 4862d3e90decc1df37cc7386e4b90818706b2bbb (diff) | |
parent | 31675964e7ba37f1412aaa95af4199e9b62e8c08 (diff) | |
download | cmake-c36f03bfecbb8c2331b66fec615c6d30917ae64d.tar.gz |
Merge topic 'GenEx-list'
31675964e7 GenEx LIST: list operations
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8410
Diffstat (limited to 'Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake')
-rw-r--r-- | Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake b/Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake new file mode 100644 index 0000000000..7ecfad2281 --- /dev/null +++ b/Tests/RunCMake/GenEx-LIST/REMOVE_AT-wrong-index2.cmake @@ -0,0 +1,2 @@ + +file(GENERATE OUTPUT result.txt CONTENT "$<LIST:REMOVE_AT,a;b;c,3>") |