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

Method InitializeInternal

Source/CPack/cmCPackFreeBSDGenerator.cxx:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int cmCPackFreeBSDGenerator::InitializeInternal()
35{
36 this->SetOptionIfNotSet("CPACK_PACKAGING_INSTALL_PREFIX", "/usr/local");
37 this->SetOption("CPACK_INCLUDE_TOPLEVEL_DIRECTORY", "0");
38 return this->Superclass::InitializeInternal();
39}
40
41cmCPackFreeBSDGenerator::~cmCPackFreeBSDGenerator() = default;
42

Callers

nothing calls this directly

Calls 2

SetOptionIfNotSetMethod · 0.45
SetOptionMethod · 0.45

Tested by

no test coverage detected