Browse Source

BUG: fix #5806, wrong quotes used in the exported file


			
			
				pull/1/head
			
			
		
Alexander Neundorf 18 years ago
parent
commit
ae06467866
  1. 2
      Source/cmExportCommand.cxx

2
Source/cmExportCommand.cxx

@ -191,7 +191,7 @@ bool cmExportCommand
if (loc && *loc)
{
fout << " " << currentConfig->c_str()
<< "_LOCATION \'" << loc << "\"\n";
<< "_LOCATION \"" << loc << "\"\n";
}
}
}

Loading…
Cancel
Save