[cmake-developers] [PATCH] Use full path for all source files in ninja build.

Brad King brad.king at kitware.com
Mon Aug 8 13:41:05 EDT 2016


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


More information about the cmake-developers mailing list