Skip to content

Commit

Permalink
Untangle third party inclusion in CMake (#3457)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3457

Differential Revision: D47241343

Pulled By: mthrok

fbshipit-source-id: fd1bfd1531397cb59e9cf11de9dede6949f8517e
  • Loading branch information
mthrok authored and facebook-github-bot committed Jul 5, 2023
1 parent cc16447 commit c34a1d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ else()
message(STATUS "Could not find ccache. Consider installing ccache to speed up compilation.")
endif()

add_subdirectory(third_party)
add_subdirectory(torchaudio/csrc)
if (BUILD_SOX)
add_subdirectory(third_party/sox)
add_subdirectory(torchaudio/csrc/sox)
endif()
if (USE_FFMPEG)
Expand Down
11 changes: 0 additions & 11 deletions third_party/CMakeLists.txt

This file was deleted.

0 comments on commit c34a1d6

Please sign in to comment.