diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-05-25 15:18:41 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-05-25 15:18:41 (GMT) |
commit | 193747256b86eee84028147c16a8b613636c5545 (patch) | |
tree | 4dd431490eba6be606dae97d7844f57e68b1a7d9 /Source/cmake.cxx | |
parent | 89e65c2c0b0cbeeff504ed589ab590f3a91c5f25 (diff) | |
download | CMake-193747256b86eee84028147c16a8b613636c5545.zip CMake-193747256b86eee84028147c16a8b613636c5545.tar.gz CMake-193747256b86eee84028147c16a8b613636c5545.tar.bz2 |
ENH: switch to using new Unix Makefile generator for Unix as well
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 33962ff..f022df7 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1111,7 +1111,7 @@ int cmake::Configure() } this->SetGlobalGenerator(gen); #else - this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator); + this->SetGlobalGenerator(new cmGlobalUnixMakefileGenerator3); #endif } if(!m_GlobalGenerator) |