diff options
author | Brad King <brad.king@kitware.com> | 2015-08-10 17:26:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-10 17:26:52 (GMT) |
commit | 4e3c7725d0d724d7a8a0e8305d15713e01b20503 (patch) | |
tree | 89d3cfc887a35d314daa0ac41c8367087a3a9727 /bootstrap | |
parent | 2f16e608436193f465d4bac181db36464fa88e22 (diff) | |
download | CMake-4e3c7725d0d724d7a8a0e8305d15713e01b20503.zip CMake-4e3c7725d0d724d7a8a0e8305d15713e01b20503.tar.gz CMake-4e3c7725d0d724d7a8a0e8305d15713e01b20503.tar.bz2 |
bootstrap: Do not build Ninja generator
The CMake bootstrap process uses Makefile generators so there is no
need to build the Ninja generators during bootstrap.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -322,11 +322,6 @@ CMAKE_CXX_SOURCES="\ cmExprLexer \ cmExprParser \ cmExprParserHelper \ - cmGlobalNinjaGenerator \ - cmLocalNinjaGenerator \ - cmNinjaTargetGenerator \ - cmNinjaNormalTargetGenerator \ - cmNinjaUtilityTargetGenerator \ " if ${cmake_system_mingw}; then |