diff options
Diffstat (limited to 'Tests/CMakeTests/File-Glob-NoArg.cmake')
-rw-r--r-- | Tests/CMakeTests/File-Glob-NoArg.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeTests/File-Glob-NoArg.cmake b/Tests/CMakeTests/File-Glob-NoArg.cmake new file mode 100644 index 0000000..486f366 --- /dev/null +++ b/Tests/CMakeTests/File-Glob-NoArg.cmake @@ -0,0 +1,2 @@ +# Checking that the call without arguments get caught by the file global protection. +file(GLOB) |