diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-20 10:53:34 +0200 |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-20 10:53:34 +0200 |
commit | 5d365b26ec6ce089f1a5e0bfed523cb5f916f1da (patch) | |
tree | e88a9c208a3df0afc137d6169276b7d3fa15cdb7 /Source/cmExtraCodeBlocksGenerator.cxx | |
parent | d569f3ef15cd05f3a42788dba26abd1e0846c59e (diff) | |
download | cmake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.tar.gz |
Ninja: enable ninja support everywhere
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index 5df8627d0d..ad4ab76ee4 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -60,9 +60,7 @@ cmExtraCodeBlocksGenerator::cmExtraCodeBlocksGenerator() // disable until somebody actually tests it: // this->SupportedGlobalGenerators.push_back("MSYS Makefiles"); #endif -#ifdef CMAKE_USE_NINJA this->SupportedGlobalGenerators.push_back("Ninja"); -#endif this->SupportedGlobalGenerators.push_back("Unix Makefiles"); } |