summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-07-25 07:05:03 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-07-25 12:31:22 (GMT)
commitd777b8e7167e0c1a3de4ebcf66fac5fc604f1dd9 (patch)
tree87801670e241b12f64697f02c974b72458f90670 /Tests/ExportImport/Import
parent650e61f833c2cc3ace8405a22eb80a10cfc6187c (diff)
downloadCMake-d777b8e7167e0c1a3de4ebcf66fac5fc604f1dd9.zip
CMake-d777b8e7167e0c1a3de4ebcf66fac5fc604f1dd9.tar.gz
CMake-d777b8e7167e0c1a3de4ebcf66fac5fc604f1dd9.tar.bz2
Genex: Allow relative paths in INSTALL_INTERFACE.
These paths can be prepended with the ${_IMPORT_PREFIX} generated in the export file. Such relative paths were previously an error.
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 d9dc331..48a4c44 100644
--- a/Tests/ExportImport/Import/A/deps_iface.c
+++ b/Tests/ExportImport/Import/A/deps_iface.c
@@ -2,6 +2,7 @@
#include "testLibIncludeRequired1.h"
#include "testLibIncludeRequired2.h"
#include "testLibIncludeRequired6.h"
+#include "testLibIncludeRequired7.h"
#include "installIncludesTest.h"
#include "installIncludesTest2.h"