Closed jcfreeman2 closed 7 months ago
In the get_cmake_dependencies function, if we look at this snippet:
get_cmake_dependencies
if check_branch_exists(package_name, self.overwrite_branch): branch = self.overwrite_branch
...branch never gets used.
branch
Fixed with PR #363
In the
get_cmake_dependencies
function, if we look at this snippet:...
branch
never gets used.