[cmake-developers] Bug in Visual Studio generators

Brad King brad.king at kitware.com
Mon Apr 14 09:22:57 EDT 2014


On 04/10/2014 08:23 PM, Josh Green wrote:
> I think the solution here may actually be to change that line to:
> std::string sourceFile = sf->GetFullPath();

There is a second call site to ConvertPath and that caller needs
to get the same result as WriteSources gets.  I think your original
proposal to teach ConvertPath to call cmLocalGenerator::Convert with
optional == true may be the simplest solution.

-Brad




More information about the cmake-developers mailing list