summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake')
-rw-r--r--Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake b/Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake
new file mode 100644
index 0000000..4950881
--- /dev/null
+++ b/Tests/RunCMake/CMP0121/CMP0121-INSERT-Common.cmake
@@ -0,0 +1,4 @@
+set(listvar a b c d e)
+
+list(INSERT listvar junk2 new)
+message("INSERT: -->${listvar}<--")