diff options
author | Brad King <brad.king@kitware.com> | 2002-09-10 19:37:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-09-10 19:37:52 (GMT) |
commit | 1bad75e8a2bf2cfab2c8780a3f2440bc2f446ddd (patch) | |
tree | f914d3a01d811e03b307df40bc5da9159265eb23 /Source/cmLocalGenerator.cxx | |
parent | eb1ff5f968e567ea441d86eb856c3fd3fb731e4a (diff) | |
download | CMake-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.cxx | 2 |
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()); -}; +} |