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

Method SetCopyIfDifferent

Source/cmGeneratedFileStream.cxx:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void cmGeneratedFileStream::SetCopyIfDifferent(bool copy_if_different)
99{
100 this->CopyIfDifferent = copy_if_different;
101}
102
103void cmGeneratedFileStream::SetCompression(bool compression)
104{

Callers 15

CreateReRunCMakeFileMethod · 0.80
OutputXCodeProjectMethod · 0.80
CreateRuleFileMethod · 0.80
WriteCommonCodeRulesMethod · 0.80
CreateLinkScriptMethod · 0.80
CreateResponseFileMethod · 0.80
SaveCacheMethod · 0.80
WriteLocalMakefileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected