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

Method SetFileTimeCache

Source/cmDepends.h:75–75  ·  view source on GitHub ↗

Set the file comparison object */

Source from the content-addressed store, hash-verified

73
74 /** Set the file comparison object */
75 void SetFileTimeCache(cmFileTimeCache* fc) { this->FileTimeCache = fc; }
76
77protected:
78 // Write dependencies for the target file to the given stream.

Callers 2

UpdateDependenciesMethod · 0.80
ScanDependenciesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected