Skip to content

Commit d89d12d

Browse files
committed
[TEMP] also print to stderr
1 parent d9b8c61 commit d89d12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed_sensor_integration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ add_compile_options(-Wextra -Werror=extra)
66

77
find_package (Python COMPONENTS Interpreter REQUIRED)
88
execute_process(
9-
COMMAND ${PYTHON_EXECUTABLE} -c "import torch; print(torch.__path__[0])"
9+
COMMAND ${PYTHON_EXECUTABLE} -c "import torch; from sys import stderr; print(torch.__path__[0]); print(f'{torch.__path__[0]}=', file=stderr)"
1010
OUTPUT_VARIABLE TORCH_LIBRARY_PATH
1111
OUTPUT_STRIP_TRAILING_WHITESPACE
1212
)

0 commit comments

Comments
 (0)