[cmake-developers] [PATCH] Use full path for all source files in ninja build.
Chaoren Lin
aoe at google.com
Mon Aug 8 13:42:21 EDT 2016
> I don't think this hunk is needed anymore, correct?
That hunk is the opposite now, or does RC still need that hack for some
reason?
On Mon, Aug 8, 2016 at 10:41 AM, Brad King <brad.king at kitware.com> wrote:
> On 08/05/2016 07:51 PM, Chaoren Lin wrote:
> > - std::string const sourceFileName =
> > - language == "RC" ? source->GetFullPath() : this->GetSourceFilePath(
> source);
> > + std::string const sourceFileName = this->GetSourceFilePath(source);
>
> I don't think this hunk is needed anymore, correct?
>
> Thanks,
> -Brad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160808/e2672557/attachment.html>
More information about the cmake-developers
mailing list