diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-01 03:19:47 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-01 03:23:36 (GMT) |
commit | d19648a9286d0943858ea0c5dc5e13d3b735b129 (patch) | |
tree | 0d5189085bf1be6aca3c7607cc93d079bf837925 /Source/cmGeneratorTarget.h | |
parent | 245a89d8b68525a769bdd4f71c184aa97fa498b3 (diff) | |
download | CMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.zip CMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.tar.gz CMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.tar.bz2 |
cmGeneratorTarget: add a method to query if Fortran sources exist
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index dd10c64..afd9da4 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -1225,6 +1225,8 @@ public: cmGeneratorTarget const* t2) const; }; + bool HaveFortranSources(std::string const& config) const; + // C++20 module support queries. /** |