summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-26 09:54:27 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-26 12:01:53 (GMT)
commit7a3e45b9d469e468e4db867d51e92ceeed132b79 (patch)
tree799987b5d663c5c143e948c2fee897dad9ef4218 /Tests/ExportImport/Import
parentf088a3245001350f9c429e27bd12a3394742b0b8 (diff)
downloadCMake-7a3e45b9d469e468e4db867d51e92ceeed132b79.zip
CMake-7a3e45b9d469e468e4db867d51e92ceeed132b79.tar.gz
CMake-7a3e45b9d469e468e4db867d51e92ceeed132b79.tar.bz2
Export: Prefix relative items with genexes in INSTALL_INTERFACE.
Code such as target_include_directories(foo INTERFACE $<INSTALL_INTERFACE:include$<FOO>> ) should be treated as a relative directory, despite the genex, after the INSTALL_INTERFACE is stripped away. Previously, this would generate a relative directory on export, which would be an error on import, so no policy is needed.
Diffstat (limited to 'Tests/ExportImport/Import')
-rw-r--r--Tests/ExportImport/Import/A/deps_iface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/deps_iface.c b/Tests/ExportImport/Import/A/deps_iface.c
index 0dc8be2..953d0ad 100644
--- a/Tests/ExportImport/Import/A/deps_iface.c
+++ b/Tests/ExportImport/Import/A/deps_iface.c
@@ -11,6 +11,7 @@
#include "installIncludesTest5.h"
#include "installIncludesTest6.h"
#include "installIncludesTest7.h"
+#include "installIncludesTest8.h"
#ifndef testLibRequired_IFACE_DEFINE
#error Expected testLibRequired_IFACE_DEFINE