team-10/venv/Lib/site-packages/torch/share/cmake/ATen/ATenConfig.cmake
2025-08-02 02:00:33 +02:00

9 lines
302 B
CMake

# Find the TH includes and library
#
# ATEN_INCLUDE_DIR -- where to find the includes
# ATEN_LIBRARIES -- list of libraries to link against
# ATEN_FOUND -- set to 1 if found
set(ATEN_FOUND 1)
set(ATEN_INCLUDE_DIR "C:/actions-runner/_work/pytorch/pytorch/pytorch/torch/include")
set(ATEN_LIBRARIES "")