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

Method InitializeInternal

Source/CPack/cmCPackCygwinSourceGenerator.cxx:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29cmCPackCygwinSourceGenerator::~cmCPackCygwinSourceGenerator() = default;
30
31int cmCPackCygwinSourceGenerator::InitializeInternal()
32{
33 this->SetOptionIfNotSet("CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "0");
34 return this->Superclass::InitializeInternal();
35}
36
37int cmCPackCygwinSourceGenerator::PackageFiles()
38{

Callers

nothing calls this directly

Calls 1

SetOptionIfNotSetMethod · 0.45

Tested by

no test coverage detected