diff options
author | Brad King <brad.king@kitware.com> | 2005-04-06 19:06:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-06 19:06:08 (GMT) |
commit | 1c4337d778bb726f7c32ecae29f79ffa39ba0a06 (patch) | |
tree | 53920dd113a72f627a8d1286dd419392d1ea89e3 /Source/cmGlobalNMakeMakefileGenerator.cxx | |
parent | 6f95540ac771ae9f09c7aedb22ec1027ea3f15eb (diff) | |
download | CMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.zip CMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.tar.gz CMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.tar.bz2 |
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index 198211b..fad31c3 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -28,7 +28,6 @@ void cmGlobalNMakeMakefileGenerator::EnableLanguage(std::vector<std::string>cons cmMakefile *mf) { // pick a default - mf->AddDefinition("CMAKE_GENERATOR_NEW", "1"); mf->AddDefinition("CMAKE_GENERATOR_CC", "cl"); mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl"); this->cmGlobalUnixMakefileGenerator::EnableLanguage(l, mf); |