mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
10 lines
259 B
CMake
10 lines
259 B
CMake
# Find the TH includes and library
|
|
#
|
|
# TH_INCLUDE_DIR -- where to find the includes
|
|
# TH_LIBRARIES -- list of libraries to link against
|
|
# TH_FOUND -- set to 1 if found
|
|
|
|
SET(TH_FOUND 1)
|
|
SET(TH_INCLUDE_DIR "@TH_INCLUDE_DIR@")
|
|
SET(TH_LIBRARIES "@TH_LIBRARIES@")
|