diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-04 22:56:31 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-06 20:02:07 +0200 |
commit | 00173b71d97f81cc9db9b573998bd4359aa2c25b (patch) | |
tree | b77f935d9a869765a638c52c83de2efc36d94da9 /Source/cmDependsFortran.h | |
parent | d5911ef014fcffd14d397759ca638519733a48ad (diff) | |
download | cmake-00173b71d97f81cc9db9b573998bd4359aa2c25b.tar.gz |
Fortran: Wrap path convert in a call with a more-suitable name
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index 8d347f4337..90b82d44e7 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -78,6 +78,9 @@ protected: private: cmDependsFortran(cmDependsFortran const&); // Purposely not implemented. void operator=(cmDependsFortran const&); // Purposely not implemented. + + std::string MaybeConvertToRelativePath(std::string const& base, + std::string const& path); }; #endif |