ATenConfig.cmake 275 B

123456789
  1. # Find the TH includes and library
  2. #
  3. # ATEN_INCLUDE_DIR -- where to find the includes
  4. # ATEN_LIBRARIES -- list of libraries to link against
  5. # ATEN_FOUND -- set to 1 if found
  6. set(ATEN_FOUND 1)
  7. set(ATEN_INCLUDE_DIR "/opt/pytorch/pytorch/torch/include")
  8. set(ATEN_LIBRARIES "")