Skip to content

Commit

Permalink
2025-02-19 nightly release (c670ad8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Feb 19, 2025
1 parent 796ede0 commit 809dead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/TorchAudioHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ if (BUILD_TORCHAUDIO_PYTHON_EXTENSION)
find_library(TORCH_PYTHON_LIBRARY torch_python PATHS "${TORCH_INSTALL_PREFIX}/lib")

if (WIN32)
set (Python3_FIND_ABI "ANY" "ANY" "ANY" "ANY")
find_package(Python3 ${PYTHON_VERSION} EXACT COMPONENTS Development)
set(ADDITIONAL_ITEMS Python3::Python)
endif()
Expand Down

0 comments on commit 809dead

Please sign in to comment.