diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-02-08 19:20:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-02-08 20:44:11 (GMT) |
commit | 9712362b4580fb92394ecf8ff57be186571f4319 (patch) | |
tree | b043d6b3e90e5026b9bb7afdd8b03f79971a523c /Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp | |
parent | faa927e273e04b9aadc13fb1f2b8b307b7383cd2 (diff) | |
download | CMake-9712362b4580fb92394ecf8ff57be186571f4319.zip CMake-9712362b4580fb92394ecf8ff57be186571f4319.tar.gz CMake-9712362b4580fb92394ecf8ff57be186571f4319.tar.bz2 |
Don't allow utility or global targets in the LINKED expression.
The LINKED expression is exclusively for handling INTERFACE content
and it does not make sense for utility targets to have INTERFACE
content.
Diffstat (limited to 'Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp')
-rw-r--r-- | Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp b/Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp new file mode 100644 index 0000000..8b1a393 --- /dev/null +++ b/Tests/RunCMake/TargetPropertyGeneratorExpressions/empty.cpp @@ -0,0 +1 @@ +// empty |