diff options
author | Brad King <brad.king@kitware.com> | 2020-04-17 14:58:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-17 14:58:53 (GMT) |
commit | fa31c195b85e1f0d8553b07d5aff2f090311bbf3 (patch) | |
tree | a0f08a5d074f41d13398f6f48ff21416da8f369b /Source/cmGlobalNinjaGenerator.cxx | |
parent | bd580b7d568493a795a855c0710ba4ad88532485 (diff) | |
download | CMake-fa31c195b85e1f0d8553b07d5aff2f090311bbf3.zip CMake-fa31c195b85e1f0d8553b07d5aff2f090311bbf3.tar.gz CMake-fa31c195b85e1f0d8553b07d5aff2f090311bbf3.tar.bz2 |
Ninja: Document that Fortran support is available with Ninja 1.10+
Ninja 1.10 was released in Jan 2020 and has the features we need
to support Fortran. Replace documentation that mentions Kitware's
branch with mention of Ninja 1.10+ instead.
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 331cf78..d1577ac 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -714,14 +714,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()); |