mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-13 12:02:19 +00:00
Print TORCH_DIR for debug.
This commit is contained in:
parent
e15b2ae6f5
commit
8384a58c57
@ -8,6 +8,7 @@ execute_process(
|
|||||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
OUTPUT_VARIABLE TORCH_DIR
|
OUTPUT_VARIABLE TORCH_DIR
|
||||||
)
|
)
|
||||||
|
message(STATUS "TORCH_DIR: ${TORCH_DIR}")
|
||||||
|
|
||||||
list(APPEND CMAKE_PREFIX_PATH "${TORCH_DIR}")
|
list(APPEND CMAKE_PREFIX_PATH "${TORCH_DIR}")
|
||||||
find_package(Torch REQUIRED)
|
find_package(Torch REQUIRED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user