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

Method IsVersionLess

Source/CPack/IFW/cmCPackIFWCommon.cxx:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool cmCPackIFWCommon::IsVersionLess(char const* version) const
46{
47 if (!this->Generator) {
48 return false;
49 }
50
51 return cmSystemTools::VersionCompare(
52 cmSystemTools::OP_LESS, this->Generator->FrameworkVersion, version);
53}
54
55bool cmCPackIFWCommon::IsVersionGreater(char const* version) const
56{

Callers 5

ConfigureFromOptionsMethod · 0.80
GenerateInstallerFileMethod · 0.80
GeneratePackageFileMethod · 0.80
BuildRepogenCommandMethod · 0.80

Calls 1

VersionCompareFunction · 0.85

Tested by

no test coverage detected