MCPcopy Create free account
hub / github.com/Autodesk/Aurora / _JoinVersion

Function _JoinVersion

Scripts/installExternals.py:1106–1107  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

1104
1105 if cmake_version < cmake_required_version:
1106 def _JoinVersion(v):
1107 return ".".join(str(n) for n in v)
1108 PrintError("CMake version {req} or later required to build externals of Aurora,"
1109 "but version found was {found}".format(
1110 req=_JoinVersion(cmake_required_version),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected