summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-09-10 19:37:52 (GMT)
committerBrad King <brad.king@kitware.com>2002-09-10 19:37:52 (GMT)
commit1bad75e8a2bf2cfab2c8780a3f2440bc2f446ddd (patch)
treef914d3a01d811e03b307df40bc5da9159265eb23 /Source/cmLocalGenerator.cxx
parenteb1ff5f968e567ea441d86eb856c3fd3fb731e4a (diff)
downloadCMake-1bad75e8a2bf2cfab2c8780a3f2440bc2f446ddd.zip
CMake-1bad75e8a2bf2cfab2c8780a3f2440bc2f446ddd.tar.gz
CMake-1bad75e8a2bf2cfab2c8780a3f2440bc2f446ddd.tar.bz2
ERR: Removed stray semi-colon.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 96057f4..8560cdd 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -47,4 +47,4 @@ void cmLocalGenerator::SetGlobalGenerator(cmGlobalGenerator *gg)
gg->GetCMakeInstance()->GetHomeDirectory());
m_Makefile->SetHomeOutputDirectory(
gg->GetCMakeInstance()->GetHomeOutputDirectory());
-};
+}