diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-03-24 20:18:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-03-26 14:45:28 (GMT) |
commit | 28051f1150923804796b4e63e41f6906308788e0 (patch) | |
tree | a6892197cd2aba0b1910b2d9ee022cf094da2f24 /Tests/RunCMake/include_directories/ImportedTarget-result.txt | |
parent | af81a3c31b206633742eb13d41c54a9bc807ffea (diff) | |
download | CMake-28051f1150923804796b4e63e41f6906308788e0.zip CMake-28051f1150923804796b4e63e41f6906308788e0.tar.gz CMake-28051f1150923804796b4e63e41f6906308788e0.tar.bz2 |
Report an error on IMPORTED targets with a faulty INTERFACE
It is considered an error if the INTERFACE_INCLUDE_DIRECTORIES contains
a directory which does not exist, which indicates a programmer error
by the upstream, or a packaging error.
One of the RunCMake.CompatibleInterface tests also needs to be updated
due to this change. Non-existant includes were used in the test, but
are not needed.
Diffstat (limited to 'Tests/RunCMake/include_directories/ImportedTarget-result.txt')
-rw-r--r-- | Tests/RunCMake/include_directories/ImportedTarget-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/include_directories/ImportedTarget-result.txt b/Tests/RunCMake/include_directories/ImportedTarget-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/include_directories/ImportedTarget-result.txt @@ -0,0 +1 @@ +1 |