diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-04 12:43:23 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-04 12:43:23 (GMT) |
commit | b43cd1252c9e7d5dfe7ed9ef9bbd4671b38a535d (patch) | |
tree | cf1a76db8634a233e8b7772c8a8e7a67fd890cdd /Tests/CMakeTests/GetProperty-No-Source.cmake | |
parent | 76bff6029222449e0194b9348ac146ab8adfe4e9 (diff) | |
download | CMake-b43cd1252c9e7d5dfe7ed9ef9bbd4671b38a535d.zip CMake-b43cd1252c9e7d5dfe7ed9ef9bbd4671b38a535d.tar.gz CMake-b43cd1252c9e7d5dfe7ed9ef9bbd4671b38a535d.tar.bz2 |
add test for get_property() errors
Diffstat (limited to 'Tests/CMakeTests/GetProperty-No-Source.cmake')
-rw-r--r-- | Tests/CMakeTests/GetProperty-No-Source.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/GetProperty-No-Source.cmake b/Tests/CMakeTests/GetProperty-No-Source.cmake new file mode 100644 index 0000000..89773c8 --- /dev/null +++ b/Tests/CMakeTests/GetProperty-No-Source.cmake @@ -0,0 +1 @@ +get_property(FOO SOURCE PROPERTY FOO) |