diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-20 08:53:34 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-20 08:53:34 (GMT) |
commit | 5d365b26ec6ce089f1a5e0bfed523cb5f916f1da (patch) | |
tree | e88a9c208a3df0afc137d6169276b7d3fa15cdb7 /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | d569f3ef15cd05f3a42788dba26abd1e0846c59e (diff) | |
download | CMake-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.cxx | 2 |
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; |