summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-07-20 08:53:34 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-20 08:53:34 (GMT)
commit5d365b26ec6ce089f1a5e0bfed523cb5f916f1da (patch)
treee88a9c208a3df0afc137d6169276b7d3fa15cdb7 /Source/cmExtraCodeBlocksGenerator.cxx
parentd569f3ef15cd05f3a42788dba26abd1e0846c59e (diff)
downloadCMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.zip
CMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.tar.gz
CMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.tar.bz2
Ninja: enable ninja support everywhere
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index 5df8627..ad4ab76 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");
}