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 398cdcf commit f426caaCopy full SHA for f426caa
ed_sensor_integration/CMakeLists.txt
@@ -11,13 +11,14 @@ execute_process(
11
OUTPUT_STRIP_TRAILING_WHITESPACE
12
ERROR_QUIET
13
)
14
-message(VERBOSE "TORCH_LIBRARY_PATH: ${TORCH_LIBRARY_PATH}")
+message(WARNING "TORCH_LIBRARY_PATH: ${TORCH_LIBRARY_PATH}")
15
16
find_package(OpenCV REQUIRED)
17
find_package(PCL REQUIRED COMPONENTS common kdtree)
18
find_package(Torch 1.10 REQUIRED
19
PATHS "${TORCH_LIBRARY_PATH}/share/cmake"
20
21
+message(WARNING "TORCH_INCLUDE_DIRS: ${TORCH_INCLUDE_DIRS}")
22
find_package(catkin REQUIRED COMPONENTS
23
code_profiler
24
ed
0 commit comments