MCPcopy Create free account
hub / github.com/Kitware/CMake / Relative

Method Relative

Source/cmCMakePath.h:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 }
504
505 cmCMakePath Relative(cmCMakePath const& base) const
506 {
507 return this->Relative(base.Path);
508 }
509 cmCMakePath Relative(cm::filesystem::path const& base) const
510 {
511 auto path = this->Path.lexically_relative(base);

Callers 2

EvaluateMethod · 0.80

Calls 1

lexically_relativeMethod · 0.80

Tested by

no test coverage detected