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

Method DirectoryUseBinary

Source/cmSourceFileLocation.cxx:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void cmSourceFileLocation::DirectoryUseBinary()
93{
94 assert(this->Makefile);
95 if (this->AmbiguousDirectory) {
96 this->Directory = cmSystemTools::CollapseFullPath(
97 this->Directory, this->Makefile->GetCurrentBinaryDirectory());
98 this->AmbiguousDirectory = false;
99 }
100}
101
102void cmSourceFileLocation::UpdateExtension(std::string const& name)
103{

Callers 1

FindFullPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected