diff options
author | Brad King <brad.king@kitware.com> | 2013-02-05 14:46:40 -0500 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-02-05 14:46:40 -0500 |
commit | 020525845a3999078e4f7897d293c5aeab20af87 (patch) | |
tree | 1ae898bd1fed8aebe9a7cd01ffc159e0c09fbe4d /Tests/RunCMake/ExternalData/BadSeries3.cmake | |
parent | 252c5211b57e48da87b94a49503f515ef5edbe6f (diff) | |
parent | 5484c6069409331a8054190d9bae874d5b3c3bff (diff) | |
download | cmake-020525845a3999078e4f7897d293c5aeab20af87.tar.gz |
Merge topic 'add-ExternalData-module'
5484c60 Merge branch 'vs6-rule-files' into add-ExternalData-module
1fd8d01 ExternalData: Attach download rules to content links in IDEs
a6d3ffc Fix Module.ExternalData test on VS 6
aed590a Fix Module.ExternalData test on Cygwin
06e8ded Merge branch 'fix-atomic-rename-on-Windows' into add-ExternalData-module
e2e0d2e ExternalData: Collapse ../ components in DATA{} paths
ee2abfd ExternalData: Add support for SHA 1 and 2 hash algorithms
aa8b228 ExternalData: Generalize hash algo/ext handling
9e518a8 ExternalData: Allow DATA{} syntax to reference directories
175ed02 ExternalData: Allow ()-groups in series match regex
4befecc ExternalData: Add tests covering interfaces and errors
bcd2580 ExternalData: Improve series matching using an explicit syntax
c0cebcb ExternalData: Remove unused private interface
5275993 ExternalData: Cleanup stray TODO and typo in comments
7bb8344 ExternalData: Do not match directory names when resolving DATA{}
00d801f ExternalData: Remove compatibility with CMake < 2.8.5
...
Diffstat (limited to 'Tests/RunCMake/ExternalData/BadSeries3.cmake')
-rw-r--r-- | Tests/RunCMake/ExternalData/BadSeries3.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/ExternalData/BadSeries3.cmake b/Tests/RunCMake/ExternalData/BadSeries3.cmake new file mode 100644 index 0000000000..b640df8781 --- /dev/null +++ b/Tests/RunCMake/ExternalData/BadSeries3.cmake @@ -0,0 +1,2 @@ +include(ExternalData) +ExternalData_Expand_Arguments(Data args DATA{PairA.txt,PairB.txt,:}) |