summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmExportCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportCommand.cxx b/Source/cmExportCommand.cxx
index a00dcf0..523528d 100644
--- a/Source/cmExportCommand.cxx
+++ b/Source/cmExportCommand.cxx
@@ -191,7 +191,7 @@ bool cmExportCommand
if (loc && *loc)
{
fout << " " << currentConfig->c_str()
- << "_LOCATION \'" << loc << "\"\n";
+ << "_LOCATION \"" << loc << "\"\n";
}
}
}