summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-04 20:56:31 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-06 18:02:07 (GMT)
commit00173b71d97f81cc9db9b573998bd4359aa2c25b (patch)
treeb77f935d9a869765a638c52c83de2efc36d94da9 /Source/cmDependsFortran.h
parentd5911ef014fcffd14d397759ca638519733a48ad (diff)
downloadCMake-00173b71d97f81cc9db9b573998bd4359aa2c25b.zip
CMake-00173b71d97f81cc9db9b573998bd4359aa2c25b.tar.gz
CMake-00173b71d97f81cc9db9b573998bd4359aa2c25b.tar.bz2
Fortran: Wrap path convert in a call with a more-suitable name
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r--Source/cmDependsFortran.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h
index 8d347f4..90b82d4 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