Skip to content

Commit

Permalink
Merge pull request Autodesk#24 from rnd/PIPE-2049-sub-repositories
Browse files Browse the repository at this point in the history
PIPE-2049: Add sub repository rez checks
  • Loading branch information
Josh Henare authored and GitHub Enterprise committed Feb 17, 2020
2 parents 683f14d + bf3df6d commit 2100de9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AL_USDMaya/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def commands():
# manually set usd's limit to this empirically observed value
env.PXR_WORK_THREAD_LIMIT='-3'

with scope('config') as config:
config.sub_repository_urls = ['https://github.al.com.au/rnd/maya-usd.git']

def preprocess(this, data):
#Tag (Branch name, Commit ID or tag) see https://cmake.org/cmake/help/v3.11/module/FetchContent.html "GIT_TAG"
import os
Expand Down

0 comments on commit 2100de9

Please sign in to comment.