diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-09-05 23:27:41 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-09-05 23:27:41 (GMT) |
commit | 045d8eca6c79efc442cacf59cbcff83cc6085dbf (patch) | |
tree | e5ab59117b2d35ff20715bf1f21bd6849aa8da32 /Source/cmGeneratorTarget.h | |
parent | 98e1bea3fa9eb303ec38d6c515bd6a75f725083e (diff) | |
parent | 74b1d6caf31d9921b8311012ead4497865e77396 (diff) | |
download | CMake-045d8eca6c79efc442cacf59cbcff83cc6085dbf.zip CMake-045d8eca6c79efc442cacf59cbcff83cc6085dbf.tar.gz CMake-045d8eca6c79efc442cacf59cbcff83cc6085dbf.tar.bz2 |
Merge branch 'fortran-object-libraries-release' into fortran-object-libraries
* fortran-object-libraries-release:
cmComputeLinkInformation: compute link info for module-using targets
cmGeneratorTarget: support config-independent Fortran source queries
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index f347133..7673bef 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -1262,6 +1262,7 @@ public: cmGeneratorTarget const* t2) const; }; + bool HaveFortranSources() const; bool HaveFortranSources(std::string const& config) const; // C++20 module support queries. |