diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-01 14:12:22 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-01 14:13:51 (GMT) |
commit | 13810dee17794c5d57845e5a7a0b38b4204dd734 (patch) | |
tree | ff4d1d8438fd34a450b6b6a9b7b355b7a04c6ace /Source/cmDependsFortran.h | |
parent | eed295fd8a84f4a4919acf2893053ad7e52e656d (diff) | |
download | CMake-13810dee17794c5d57845e5a7a0b38b4204dd734.zip CMake-13810dee17794c5d57845e5a7a0b38b4204dd734.tar.gz CMake-13810dee17794c5d57845e5a7a0b38b4204dd734.tar.bz2 |
cmDependsFortran: require that dependency info files work
Now that only targets expected to have information are listed, all
`DependInfo.cmake` files should exist.
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index a74db91..763f7bb 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -55,7 +55,7 @@ protected: std::ostream& internalDepends) override; // Find all the modules required by the target. - void LocateModules(); + bool LocateModules(); void MatchLocalModules(); void MatchRemoteModules(std::istream& fin, const std::string& stampDir); void ConsiderModule(const std::string& name, const std::string& stampDir); |