Skip to content

Commit

Permalink
Suggest git submodule update --init --recursive (#13769)
Browse files Browse the repository at this point in the history
Summary:
We now have submodules that have submodules
Pull Request resolved: #13769

Reviewed By: soumith

Differential Revision: D13000203

Pulled By: SsnL

fbshipit-source-id: 63c0c19c6c9d25ae3bf255a2421a82ca68278866
  • Loading branch information
ssnl authored and facebook-github-bot committed Nov 9, 2018
1 parent a1b2f17 commit a63ef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def run(self):
def check_file(f):
if not os.path.exists(f):
print("Could not find {}".format(f))
print("Did you run 'git submodule update --init'?")
print("Did you run 'git submodule update --init --recursive'?")
sys.exit(1)

check_file(os.path.join(third_party_path, "gloo", "CMakeLists.txt"))
Expand Down

0 comments on commit a63ef1d

Please sign in to comment.