summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/list/EmptyRemoveAt0.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-04-19 13:33:29 (GMT)
committerBrad King <brad.king@kitware.com>2012-04-19 13:33:29 (GMT)
commit8787f946b73315d84649bd9818a8225a772c7c36 (patch)
tree77d1a25c564619c591221476fabed173ecca7215 /Tests/RunCMake/list/EmptyRemoveAt0.cmake
parent4a30258d91818eb1c1d6741b5a47c54cbfab3313 (diff)
parent05604eb9cb7ced290af67dcc392f0a9a10e64386 (diff)
downloadCMake-8787f946b73315d84649bd9818a8225a772c7c36.zip
CMake-8787f946b73315d84649bd9818a8225a772c7c36.tar.gz
CMake-8787f946b73315d84649bd9818a8225a772c7c36.tar.bz2
Merge branch 'list-empty-error' into enhance-include_external_msproject
Resolve conflict in Tests/RunCMake/CMakeLists.txt by adding both tests.
Diffstat (limited to 'Tests/RunCMake/list/EmptyRemoveAt0.cmake')
-rw-r--r--Tests/RunCMake/list/EmptyRemoveAt0.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/list/EmptyRemoveAt0.cmake b/Tests/RunCMake/list/EmptyRemoveAt0.cmake
new file mode 100644
index 0000000..d6a3e85
--- /dev/null
+++ b/Tests/RunCMake/list/EmptyRemoveAt0.cmake
@@ -0,0 +1,2 @@
+set(mylist "")
+list(REMOVE_AT mylist 0)