We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f10c8d commit a1cb1a7Copy full SHA for a1cb1a7
ed_sensor_integration/CMakeLists.txt
@@ -5,7 +5,7 @@ add_compile_options(-Wall -Werror=all)
5
add_compile_options(-Wextra -Werror=extra)
6
7
find_package (Python COMPONENTS Interpreter REQUIRED)
8
-message(WARNING "PYTHON_EXECUTABLE: ${PYTHON_EXECUTABLE}")
+message(WARNING "Python_EXECUTABLE: ${Python_EXECUTABLE}")
9
execute_process(
10
COMMAND ${Python_EXECUTABLE} -c "import torch; from sys import stderr; print(torch.__path__[0]); print(f'{torch.__path__[0]}=', file=stderr)"
11
OUTPUT_VARIABLE TORCH_LIBRARY_PATH
0 commit comments