diff options
Diffstat (limited to 'Tests/CMakeTests/GetProperty-Bad-Scope.cmake')
-rw-r--r-- | Tests/CMakeTests/GetProperty-Bad-Scope.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/GetProperty-Bad-Scope.cmake b/Tests/CMakeTests/GetProperty-Bad-Scope.cmake new file mode 100644 index 000000000..ea8566b50 --- /dev/null +++ b/Tests/CMakeTests/GetProperty-Bad-Scope.cmake @@ -0,0 +1 @@ +get_property(FOO FOO FOO) |