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

Method SetOption

Source/CPack/cmCPackGenerator.cxx:1094–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void cmCPackGenerator::SetOption(std::string const& op, char const* value)
1095{
1096 this->StoreOption(op, value);
1097}
1098void cmCPackGenerator::SetOption(std::string const& op, cmValue value)
1099{
1100 this->StoreOption(op, value);

Callers 15

PrepareNamesMethod · 0.95
InstallCMakeProjectMethod · 0.95
InitializeMethod · 0.95
WriteDistributionFileMethod · 0.45
InitializeInternalMethod · 0.45
PackageOnePackMethod · 0.45
PackageFilesMethod · 0.45

Calls 1

StoreOptionMethod · 0.95

Tested by

no test coverage detected