summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.h
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 /Source/cmGeneratorExpression.h
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 'Source/cmGeneratorExpression.h')
-rw-r--r--Source/cmGeneratorExpression.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpression.h b/Source/cmGeneratorExpression.h
index 86b6f25..c20f130 100644
--- a/Source/cmGeneratorExpression.h
+++ b/Source/cmGeneratorExpression.h
@@ -57,7 +57,8 @@ public:
};
static std::string Preprocess(const std::string &input,
- PreprocessContext context);
+ PreprocessContext context,
+ bool resolveRelative = false);
static void Split(const std::string &input,
std::vector<std::string> &output);