| 1448 | } |
| 1449 | |
| 1450 | char 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 | |
| 1460 | std::string cmCPackGenerator::FindTemplate(cm::string_view name, |
| 1461 | cm::optional<cm::string_view> alt) |
no test coverage detected