Skip to content

Commit c670ad8

Browse files
authored
1 parent f084f34 commit c670ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/TorchAudioHelper.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if (BUILD_TORCHAUDIO_PYTHON_EXTENSION)
5757
find_library(TORCH_PYTHON_LIBRARY torch_python PATHS "${TORCH_INSTALL_PREFIX}/lib")
5858

5959
if (WIN32)
60+
set (Python3_FIND_ABI "ANY" "ANY" "ANY" "ANY")
6061
find_package(Python3 ${PYTHON_VERSION} EXACT COMPONENTS Development)
6162
set(ADDITIONAL_ITEMS Python3::Python)
6263
endif()

0 commit comments

Comments
 (0)