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

Method GetPackagingInstallPrefix

Source/CPack/cmCPackGenerator.cxx:1450–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450char const* cmCPackGenerator::GetPackagingInstallPrefix()
1451{
1452 cmCPackLogger(cmCPackLog::LOG_DEBUG,
1453 "GetPackagingInstallPrefix: '"
1454 << this->GetOption("CPACK_PACKAGING_INSTALL_PREFIX") << "'"
1455 << std::endl);
1456
1457 return this->GetOption("CPACK_PACKAGING_INSTALL_PREFIX")->c_str();
1458}
1459
1460std::string cmCPackGenerator::FindTemplate(cm::string_view name,
1461 cm::optional<cm::string_view> alt)

Callers 2

InstallProjectMethod · 0.95
InstallCMakeProjectMethod · 0.95

Calls 2

GetOptionMethod · 0.95
c_strMethod · 0.80

Tested by

no test coverage detected