Unverified Commit c670ad81 authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files
parent f084f34b
......@@ -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()
......
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