X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FcmGeneratorExpression.h;h=c20f130c9fa9c50fd836536206dda710dc180c0e;hb=317dbdb79761ef65e45c7358cfc7571c6afa54ad;hp=86b6f25df839bd0a944aa43429cef9576c9476d5;hpb=297c63fa65327491a2b50e521b661c5835a19fe4;p=platform%2Fupstream%2Fcmake.git 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 &output);