Skip to content

Commit ae95b35

Browse files
committed
[TEMP] print torch paths
1 parent 241a81a commit ae95b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ed_sensor_integration/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ execute_process(
1111
OUTPUT_STRIP_TRAILING_WHITESPACE
1212
ERROR_QUIET
1313
)
14-
message(VERBOSE "TORCH_LIBRARY_PATH: ${TORCH_LIBRARY_PATH}")
14+
message(WARNING "TORCH_LIBRARY_PATH: ${TORCH_LIBRARY_PATH}")
1515

1616
find_package(OpenCV REQUIRED)
1717
find_package(PCL REQUIRED COMPONENTS common kdtree)
1818
find_package(Torch 1.10 REQUIRED
1919
PATHS "${TORCH_LIBRARY_PATH}/share/cmake"
2020
)
21+
message(WARNING "TORCH_INCLUDE_DIRS: ${TORCH_INCLUDE_DIRS}")
2122
find_package(catkin REQUIRED COMPONENTS
2223
code_profiler
2324
ed

0 commit comments

Comments
 (0)