summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.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/cmExtraEclipseCDT4Generator.cxx
parentd569f3ef15cd05f3a42788dba26abd1e0846c59e (diff)
downloadCMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.zip
CMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.tar.gz
CMake-5d365b26ec6ce089f1a5e0bfed523cb5f916f1da.tar.bz2
Ninja: enable ninja support everywhere
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index ab11307..78a8704 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -34,9 +34,7 @@ cmExtraEclipseCDT4Generator
this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
#endif
-#ifdef CMAKE_USE_NINJA
this->SupportedGlobalGenerators.push_back("Ninja");
-#endif
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
this->SupportsVirtualFolders = true;