diff options
author | Brad King <brad.king@kitware.com> | 2012-04-19 13:33:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-04-19 13:33:29 (GMT) |
commit | 8787f946b73315d84649bd9818a8225a772c7c36 (patch) | |
tree | 77d1a25c564619c591221476fabed173ecca7215 /Tests/RunCMake/list/EmptyRemoveAt0.cmake | |
parent | 4a30258d91818eb1c1d6741b5a47c54cbfab3313 (diff) | |
parent | 05604eb9cb7ced290af67dcc392f0a9a10e64386 (diff) | |
download | CMake-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.cmake | 2 |
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) |