Commit 203305d3 authored by Caroline Chen's avatar Caroline Chen Committed by Facebook GitHub Bot
Browse files

Update third party submodule setup (#2132)

Summary:
update the logic for initializing and updating submodule in setup, now that we have more than one submodule

Pull Request resolved: https://github.com/pytorch/audio/pull/2132

Reviewed By: mthrok

Differential Revision: D33410039

Pulled By: carolineechen

fbshipit-source-id: 6e18ec2904a01efb2f753f65345de063218c0b9b
parent 6a470649
...@@ -123,7 +123,6 @@ def _fetch_archives(src): ...@@ -123,7 +123,6 @@ def _fetch_archives(src):
def _fetch_third_party_libraries(): def _fetch_third_party_libraries():
if not (ROOT_DIR / "third_party" / "kaldi" / "submodule" / "CMakeLists.txt").exists():
_init_submodule() _init_submodule()
if os.name != "nt": if os.name != "nt":
_fetch_archives(_parse_sources()) _fetch_archives(_parse_sources())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment