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

Method SetOptionIfNotSet

Source/CPack/cmCPackGenerator.cxx:1071–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void cmCPackGenerator::SetOptionIfNotSet(std::string const& op,
1072 char const* value)
1073{
1074 this->StoreOptionIfNotSet(op, value);
1075}
1076void cmCPackGenerator::SetOptionIfNotSet(std::string const& op, cmValue value)
1077{
1078 this->StoreOptionIfNotSet(op, value);

Callers 15

PrepareNamesMethod · 0.95
InitializeMethod · 0.95
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45
GenerateHeaderMethod · 0.45
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45
InitializeInternalMethod · 0.45

Calls 1

StoreOptionIfNotSetMethod · 0.95

Tested by

no test coverage detected