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

Method InitializeInternal

Source/CPack/cmCPackDebGenerator.cxx:543–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541cmCPackDebGenerator::~cmCPackDebGenerator() = default;
542
543int cmCPackDebGenerator::InitializeInternal()
544{
545 this->SetOptionIfNotSet("CPACK_PACKAGING_INSTALL_PREFIX", "/usr");
546 if (this->GetOption("CPACK_SET_DESTDIR").IsOff()) {
547 this->SetOption("CPACK_SET_DESTDIR", "I_ON");
548 }
549 return this->Superclass::InitializeInternal();
550}
551
552int cmCPackDebGenerator::PackageOnePack(std::string const& initialTopLevel,
553 std::string const& packageName)

Callers

nothing calls this directly

Calls 4

SetOptionIfNotSetMethod · 0.45
IsOffMethod · 0.45
GetOptionMethod · 0.45
SetOptionMethod · 0.45

Tested by

no test coverage detected