diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 17:50:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 17:50:45 (GMT) |
commit | 8c656dc40d9b42a819c7d3e3889f28d37e1e2e61 (patch) | |
tree | ab03b69c99f0fdf4ff65dc38cd92f5f4e1f50b6e /Source | |
parent | 5701282e98bf78647193ab3a2dc7ea695ac32c6a (diff) | |
download | CMake-8c656dc40d9b42a819c7d3e3889f28d37e1e2e61.zip CMake-8c656dc40d9b42a819c7d3e3889f28d37e1e2e61.tar.gz CMake-8c656dc40d9b42a819c7d3e3889f28d37e1e2e61.tar.bz2 |
BUG: remove unused variable CMAKE_OBJECT_FILE_SUFFIX from cmake
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index c37d2ee..d30b238 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -34,7 +34,7 @@ void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*, { std::string fpath = mf->GetDefinition("CMAKE_ROOT"); - fpath += "/Templates/CMakeDotNetSystemConfig.cmake"; + fpath += "/Templates/CMakeCodeWarriorConfig.cmake"; mf->ReadListFile(0,fpath.c_str()); this->SetLanguageEnabled("CXX"); } |