diff options
author | Brad King <brad.king@kitware.com> | 2020-04-17 15:04:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-17 15:04:56 (GMT) |
commit | f2fa7d20b2cef29c82976822147b79ae1044a8da (patch) | |
tree | 63d225ac74a772628d681a37b6d77529dd2d2bce /Source/cmGlobalNinjaGenerator.cxx | |
parent | ff3860b7257689a3bb2e7a356704a2f4fee56950 (diff) | |
parent | fa31c195b85e1f0d8553b07d5aff2f090311bbf3 (diff) | |
download | CMake-f2fa7d20b2cef29c82976822147b79ae1044a8da.zip CMake-f2fa7d20b2cef29c82976822147b79ae1044a8da.tar.gz CMake-f2fa7d20b2cef29c82976822147b79ae1044a8da.tar.bz2 |
Merge branch 'backport-3.17-ninja-fortran-doc' into ninja-fortran-doc
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index b33afff..a65c2eb 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -713,14 +713,7 @@ bool cmGlobalNinjaGenerator::CheckFortran(cmMakefile* mf) const e << "The Ninja generator does not support Fortran using Ninja version\n" " " << this->NinjaVersion << "\n" - "due to lack of required features. " - "Kitware has implemented the required features and they have been " - "merged to upstream ninja for inclusion in Ninja 1.10 and higher. " - "As of this version of CMake, Ninja 1.10 has not been released. " - "Meanwhile, Kitware maintains a branch of Ninja at:\n" - " https://github.com/Kitware/ninja/tree/features-for-fortran#readme\n" - "with the required features. " - "One may build ninja from that branch to get support for Fortran." + "due to lack of required features. Ninja 1.10 or higher is required." ; /* clang-format on */ mf->IssueMessage(MessageType::FATAL_ERROR, e.str()); |