Skip to content

Commit

Permalink
Move RIR csrc to dedicated subdirectory (pytorch#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Sep 13, 2023
1 parent 5e893d6 commit b4c9aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchaudio/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if(BUILD_RNNT)
endif()

if(BUILD_RIR)
list(APPEND sources rir.cpp)
list(APPEND sources rir/rir.cpp)
list(APPEND compile_definitions INCLUDE_RIR)
endif()

Expand Down
File renamed without changes.

0 comments on commit b4c9aa5

Please sign in to comment.